Browse Source

add Sublime project file

Helge Jung 9 years ago
parent
commit
ae8979e552
2 changed files with 13 additions and 0 deletions
  1. 4 0
      .gitignore
  2. 9 0
      batcave.sublime-project

+ 4 - 0
.gitignore

@@ -1,6 +1,10 @@
 *.log
 *.pyc
 
+# editor files
+*.bak
+*.sublime-workspace
+
 # storage
 storage.dat
 

+ 9 - 0
batcave.sublime-project

@@ -0,0 +1,9 @@
+{
+	"folders":
+	[
+		{
+			"follow_symlinks": true,
+			"path": "."
+		}
+	]
+}