summaryrefslogtreecommitdiff
path: root/quackle.sublime-project
blob: 2ca8db596f943d3b47c4cdaccb94d5d255e1c04a (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", 
										"playabilities.raw", "smaller.raw", ".gitattributes",
										"*.Debug", "*.Release", "*.pfx", "*.cer",
										"makegaddag", "makeminidawg", "gaddagize", "Makefile"],
			"folder_exclude_patterns" : ["obj", "moc", "build", "*.xcodeproj", "lib", "lexica", 
										"strategy", "debug", "release", "makeswelexicon", "lisp", "DerivedData"]
		}
	]
}