Commit 4469ba49 authored by Jephir's avatar Jephir

Prevent Unity .gitignore from ignoring non-Unity project files

Unity only generates project files in the top-level directory.
However, the current .gitignore will ignore all project files even
if they were not generated by Unity.

It is sometimes necessary to include non-Unity project files for
level editors or other utility projects that have been added to the
repository.
parent 768534c4
......@@ -3,8 +3,8 @@
[Oo]bj/
# Autogenerated VS/MD solution and project files
*.csproj
*.unityproj
*.sln
*.suo
*.user
/*.csproj
/*.unityproj
/*.sln
/*.suo
/*.user
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment