summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2023-07-17 15:57:58 -0500
committerJohn Fultz <jfultz@wolfram.com>2023-07-17 16:20:01 -0500
commita68140dfb546b8a89c48bfe99d7b56d9c2908569 (patch)
tree0297b1575d27a08c2ab0b5901ef8a1601e45c180
parentef058800ff4758c4c16daae7908d2331af89595c (diff)
Hide .cache folder in Sublime project.
-rw-r--r--quackle.sublime-project2
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"]
}
]