Changed sublime project file
[cipher-tools.git] / cipher-training.sublime-project
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
-       }
-}