1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00

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.
This commit is contained in:
Jephir 2012-11-01 09:52:31 -04:00
parent 747efedec0
commit 3af51b813d

View File

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