From 003e44f0353ff41f5ed094a97340659176d9754e Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Thu, 5 Oct 2017 17:53:38 +0100 Subject: [PATCH] Changed sublime project file --- cipher-training.sublime-project | 23 ----------------------- national-cipher-challenge.sublime-project | 8 ++++++++ 2 files changed, 8 insertions(+), 23 deletions(-) delete mode 100644 cipher-training.sublime-project create mode 100644 national-cipher-challenge.sublime-project diff --git a/cipher-training.sublime-project b/cipher-training.sublime-project deleted file mode 100644 index 23662f1..0000000 --- a/cipher-training.sublime-project +++ /dev/null @@ -1,23 +0,0 @@ -{ - "folders": - [ - { "file_exclude_patterns": - [ - "*.png", - "*.jpg", - "*.ipynb" - ], - "folder_exclude_patterns": - [ - "*.ipynb_checkpoints", - "__pycache__" - ], - "follow_symlinks": true, - "path": "/home/neil/Documents/programming/cipher-training" - } - ], - "settings": - { - "tab_size": 4 - } -} diff --git a/national-cipher-challenge.sublime-project b/national-cipher-challenge.sublime-project new file mode 100644 index 0000000..24db303 --- /dev/null +++ b/national-cipher-challenge.sublime-project @@ -0,0 +1,8 @@ +{ + "folders": + [ + { + "path": "." + } + ] +} -- 2.34.1