-
-
Save Niangelina/2a2e5d7a12470772df2d13d6db71687c to your computer and use it in GitHub Desktop.
Gitignore for Unity projects
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 generated # | |
# =============== # | |
[Tt]emp/ | |
[Oo]bj/ | |
[Bb]uild | |
/[Bb]uilds/ | |
/[Ll]ibrary/ | |
sysinfo.txt | |
*.stackdump | |
/Assets/AssetStoreTools* | |
*.apk | |
*.unitypackage | |
# ===================================== # | |
# Visual Studio / MonoDevelop generated # | |
# ===================================== # | |
[Ee]xported[Oo]bj/ | |
.vs/ | |
/*.userprefs | |
/*.csproj | |
/*.pidb | |
*.pidb.meta | |
/*.suo | |
/*.sln* | |
/*.user | |
/*.unityproj | |
/*.booproj | |
.consulo/ | |
/*.tmp | |
/*.svd | |
# ============ # | |
# OS generated # | |
# ============ # | |
.DS_Store* | |
._* | |
.Spotlight-V100 | |
.Trashes | |
Icon? | |
ehthumbs.db | |
[Tt]humbs.db | |
[Dd]esktop.ini | |
Corridor/Library/ShaderCache/ | |
Corridor/Library/metadata/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment