Explorar el Código

Merge pull request #836 from jephir/fix-unity

Prevent Unity .gitignore from ignoring non-Unity project files
Adam Roben hace 11 años
padre
commit
81c11d90a3
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      Unity.gitignore

+ 5 - 5
Unity.gitignore

@@ -3,8 +3,8 @@
 [Oo]bj/
 
 # Autogenerated VS/MD solution and project files
-*.csproj
-*.unityproj
-*.sln
-*.suo
-*.user
+/*.csproj
+/*.unityproj
+/*.sln
+/*.suo
+/*.user