diff --git a/Unity.gitignore b/Unity.gitignore index 6425e291..afaf26a7 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,8 +1,8 @@ -[Ll]ibrary/ -[Tt]emp/ -[Oo]bj/ +#With meta-files enabled for Version Control in Unity, the only two directories that are +#Required are Assets and ProjectSettings. Everything else can be ignored. -# Autogenerated VS/MD solution and project files -*.csproj -*.unityproj -*.sln +* +!Assets/ +!/Assets/ +!ProjectSettings/ +!/ProjectSettings/ \ No newline at end of file