Changed sublime project file
authorNeil Smith <neil.git@njae.me.uk>
Thu, 5 Oct 2017 16:53:38 +0000 (17:53 +0100)
committerNeil Smith <neil.git@njae.me.uk>
Thu, 5 Oct 2017 16:53:38 +0000 (17:53 +0100)
cipher-training.sublime-project [deleted file]
national-cipher-challenge.sublime-project [new file with mode: 0644]

diff --git a/cipher-training.sublime-project b/cipher-training.sublime-project
deleted file mode 100644 (file)
index 23662f1..0000000
+++ /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 (file)
index 0000000..24db303
--- /dev/null
@@ -0,0 +1,8 @@
+{
+       "folders":
+       [
+               {
+                       "path": "."
+               }
+       ]
+}