Create .gitignore
This commit is contained in:
parent
bea2dce063
commit
b3247194f1
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
###
|
||||||
|
# Unity folders and files
|
||||||
|
###
|
||||||
|
[Aa]ssets/AssetStoreTools*
|
||||||
|
[Bb]uild/
|
||||||
|
[Ll]ibrary/
|
||||||
|
[Ll]ocal[Cc]ache/
|
||||||
|
[Oo]bj/
|
||||||
|
[Tt]emp/
|
||||||
|
[Uu]nityGenerated/
|
||||||
|
# file on crash reports
|
||||||
|
sysinfo.txt
|
||||||
|
# Unity3D generated meta files
|
||||||
|
*.pidb.meta
|
||||||
|
|
||||||
|
###
|
||||||
|
# VS/MD solution and project files
|
||||||
|
###
|
||||||
|
[Ee]xportedObj/
|
||||||
|
*.booproj
|
||||||
|
*.csproj
|
||||||
|
*.sln
|
||||||
|
*.suo
|
||||||
|
*.svd
|
||||||
|
*.unityproj
|
||||||
|
*.user
|
||||||
|
*.userprefs
|
||||||
|
*.pidb
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
###
|
||||||
|
# OS generated
|
||||||
|
###
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
Icon?
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
Loading…
x
Reference in New Issue
Block a user