diff options
Diffstat (limited to 'quackle.sublime-project')
-rw-r--r-- | quackle.sublime-project | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/quackle.sublime-project b/quackle.sublime-project new file mode 100644 index 0000000..03f56a7 --- /dev/null +++ b/quackle.sublime-project @@ -0,0 +1,10 @@ +{ + "folders": + [ + { + "path": ".", + "file_exclude_patterns" : ["*.tgz", "*.sublime-workspace", ".tags*"], + "folder_exclude_patterns" : ["obj", "moc", "build", "*.xcodeproj", "lib", "lexica", "strategy"] + } + ] +} |