浏览代码

Merge pull request #836 from jephir/fix-unity

Prevent Unity .gitignore from ignoring non-Unity project files
Adam Roben 11 年之前
父节点
当前提交
81c11d90a3
共有 1 个文件被更改,包括 5 次插入5 次删除
  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