-
-
Save RudraNilBasu/6df3f09501b1cecafc1eb37583576df0 to your computer and use it in GitHub Desktop.
.gitignore for Unity3d project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment