1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 02:08:18 +02:00
gitignore/Unity.gitignore
Joel Kuntz 103740bdb1 Fix solution/project files for nested directories.
By having the leading `/` infront of the `*` makes these types of files relative to the directory the gitignore is in. If you create a Unity project inside of a git directory Unity forces you to create a new directory, thus not picking up these files.
2014-12-04 21:43:44 -04:00

18 lines
212 B
Plaintext

[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
# Autogenerated VS/MD solution and project files
*.csproj
*.unityproj
*.sln
*.suo
*.user
*.userprefs
*.pidb
*.booproj
#Unity3D Generated File On Crash Reports
sysinfo.txt