mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02: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:
parent
768534c42f
commit
4469ba4938
1 changed files with 5 additions and 5 deletions
|
@ -3,8 +3,8 @@
|
|||
[Oo]bj/
|
||||
|
||||
# Autogenerated VS/MD solution and project files
|
||||
*.csproj
|
||||
*.unityproj
|
||||
*.sln
|
||||
*.suo
|
||||
*.user
|
||||
/*.csproj
|
||||
/*.unityproj
|
||||
/*.sln
|
||||
/*.suo
|
||||
/*.user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue