From: Neil Smith Date: Thu, 5 Oct 2017 16:53:38 +0000 (+0100) Subject: Changed sublime project file X-Git-Url: https://git.njae.me.uk/?a=commitdiff_plain;ds=inline;h=003e44f0353ff41f5ed094a97340659176d9754e;p=cipher-tools.git Changed sublime project file --- 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": "." + } + ] +}