Assets/
	Globals/
		Materials/
			"(solid|trans)_.+\.mat"
		Textures/
			*.png
			*.gif
		Models/
			*.fbx
		Scripts/
			*.cs
		Animations/
			*.anim
	Prefabs/
		*/
			Materials/
				"(solid|trans)_.+\.mat"
			Textures/
				*.png
				*.gif
			Models/
				*.fbx
			Scripts/
				*.cs
			Animations/
				*.anim
			+README.md
			-*.txt
			"(solid|trans)_.+\.mat"
			*.png
			*.gif
			*.fbx
			*.cs
			*.anim
			*.prefab
	CommunityAssets/
		...
	Scenes/
		*.unity
		*/
			*.unity
	Notes.md

# should always have a readme
+README.md

