diff options
author | John Fultz <jfultz@wolfram.com> | 2023-07-17 15:57:58 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2023-07-17 16:20:01 -0500 |
commit | a68140dfb546b8a89c48bfe99d7b56d9c2908569 (patch) | |
tree | 0297b1575d27a08c2ab0b5901ef8a1601e45c180 /quackle.sublime-project | |
parent | ef058800ff4758c4c16daae7908d2331af89595c (diff) |
Hide .cache folder in Sublime project.
Diffstat (limited to 'quackle.sublime-project')
-rw-r--r-- | quackle.sublime-project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quackle.sublime-project b/quackle.sublime-project index 300588c..24ee1c0 100644 --- a/quackle.sublime-project +++ b/quackle.sublime-project @@ -7,7 +7,7 @@ "playabilities.raw", "smaller.raw", ".gitattributes", "*.Debug", "*.Release", "*.pfx", "*.cer", "makegaddag", "makeminidawg", "gaddagize", "Makefile", "*.dawg", "*.gaddag"], - "folder_exclude_patterns" : ["obj", "moc", "build*", "*.xcodeproj", "lib", + "folder_exclude_patterns" : ["obj", "moc", "build*", "*.xcodeproj", ".cache", "lib", "debug", "release", "makeswelexicon", "lisp", "DerivedData"] } ] |