Created
July 17, 2018 15:32
-
-
Save techgeek1/d254b88d33234fe461dbf20b62104c27 to your computer and use it in GitHub Desktop.
Custom gitignore for Unity
This file contains hidden or 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/ | |
/[Ll]ibrary/ | |
# ======================================== # | |
# Visual Studio / Android Studio generated # | |
# ======================================== # | |
[Ee]xported[Oo]bj/ | |
[Cc]make/ | |
/*.userprefs | |
/*.csproj | |
/*.pidb | |
/*.suo | |
/*.sln* | |
/*.user | |
/*.unityproj | |
/*.booproj | |
*.iml | |
packages/ | |
.idea/ | |
# ============ # | |
# OS generated # | |
# ============ # | |
.DS_Store* | |
._* | |
.Spotlight-V100 | |
.Trashes | |
Icon? | |
ehthumbs.db | |
[Tt]humbs.db | |
# ============== # | |
# User Generated # | |
# ============== # | |
[Ww]orkspace/ | |
packages.config | |
Builds/ | |
.vs/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment