mirror of
https://github.com/github/gitignore
synced 2024-11-30 07:34:22 +01:00
Update Unity.ignore based on the latest Unity 4.x
*.booproj is Project file for Boo Language *.pidb is generated while debugging our game *.userprefs is generated based on our local preferences in code editor
This commit is contained in:
parent
b2c694d792
commit
a8015bf4c4
@ -5,4 +5,7 @@
|
|||||||
# Autogenerated VS/MD solution and project files
|
# Autogenerated VS/MD solution and project files
|
||||||
*.csproj
|
*.csproj
|
||||||
*.unityproj
|
*.unityproj
|
||||||
|
*.booproj
|
||||||
*.sln
|
*.sln
|
||||||
|
*.pidb
|
||||||
|
*.userprefs
|
||||||
|
Loading…
Reference in New Issue
Block a user