sublime-project file
[pipstransfo.git] / pipstransfo.sublime-project
diff --git a/pipstransfo.sublime-project b/pipstransfo.sublime-project
new file mode 100644 (file)
index 0000000..068a673
--- /dev/null
@@ -0,0 +1,31 @@
+{
+    "folders": [
+        {
+            "path": ".",
+            "name": "Document",
+            "folder_exclude_patterns": ["bin"],
+            "file_exclude_patterns": [
+                "*.aux",
+                "*.bbl",
+                "*.blg",
+                "*.fdb_latexmk",
+                "*.fls",
+                "*.lof",
+                "*.log",
+                "*.nav",
+                "*.out",
+                "*.pdf",
+                "*.snm",
+                "*.sublime-workspace",
+                "*.synctex.gz",
+                "*.synctex.gz(busy)",
+                "*.toc",
+                "*.vrb"
+            ]
+        },
+        {
+            "path": "bin",
+            "name": "Scripts"
+        }
+    ]
+}