ソースを参照

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