Removed chpher-challenge files
[cipher-training.git] / cipher-training.sublime-project
diff --git a/cipher-training.sublime-project b/cipher-training.sublime-project
new file mode 100644 (file)
index 0000000..23662f1
--- /dev/null
@@ -0,0 +1,23 @@
+{
+       "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
+       }
+}