Created
January 31, 2015 22:23
-
-
Save lopespm/d7d8af78595ae1ecda1b to your computer and use it in GitHub Desktop.
Unity 3D .gitignore
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
*.DS_Store | |
[Ll]ibrary/ | |
[Tt]emp/ | |
[Oo]bj/ | |
[Bb]uild/ | |
#Un-ignore these specific files | |
!/Library/*.asset | |
!/Library/AssetImportState | |
!/Library/AssetVersioning.db | |
!/Library/BuildPlayer.prefs | |
!/Library/ScriptMapper | |
!/Library/assetservercachev3 | |
!/Library/expandedItems | |
!/Library/guidmapper | |
!/Library/unity default resources | |
!/Library/unity editor resources | |
!/Library/metadata/ | |
#ignoring pidb, they are just code completion caching data according to: | |
# http://stackoverflow.com/questions/1022111/what-are-monodevelops-pidb-files | |
*.pidb | |
*.userprefs | |
/*.csproj | |
/*.sln |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment