summaryrefslogtreecommitdiff
path: root/quackle.sublime-project
blob: 300588c0032a099678b2062c82bf2afe5974dba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"folders":
	[
		{
			"path": ".",
			"file_exclude_patterns" : ["*.tgz", "*.sublime-workspace", ".tags*", "dawginput.raw",  "superleaves",
										"playabilities.raw", "smaller.raw", ".gitattributes",
										"*.Debug", "*.Release", "*.pfx", "*.cer",
										"makegaddag", "makeminidawg", "gaddagize", "Makefile", "*.dawg", "*.gaddag"],
			"folder_exclude_patterns" : ["obj", "moc", "build*", "*.xcodeproj", "lib", 
										"debug", "release", "makeswelexicon", "lisp", "DerivedData"]
		}
	]
}