mirror of
https://github.com/github/gitignore
synced 2024-11-09 21:38:51 +01:00
a4661a2d39
With the current setup these folders are ignored in the whole repo, but they're only automatically generated in the project root so it makes sense to only ignore the ones in the root. I made this change because one of the assets in my project uses a folder called 'Library', and I was wondering why it never uploaded that folder.
22 lines
267 B
Plaintext
22 lines
267 B
Plaintext
/[Ll]ibrary/
|
|
/[Tt]emp/
|
|
/[Oo]bj/
|
|
/[Bb]uild/
|
|
|
|
# Autogenerated VS/MD solution and project files
|
|
*.csproj
|
|
*.unityproj
|
|
*.sln
|
|
*.suo
|
|
*.tmp
|
|
*.user
|
|
*.userprefs
|
|
*.pidb
|
|
*.booproj
|
|
|
|
# Unity3D generated meta files
|
|
*.pidb.meta
|
|
|
|
# Unity3D Generated File On Crash Reports
|
|
sysinfo.txt
|