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