-
-
Save amstiel/238e642c81c3c53e18111134f115ce88 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