Last active
February 29, 2016 05:20
-
-
Save phoenleo/5c2c9f27535fe1b0b1c2 to your computer and use it in GitHub Desktop.
Git ignore for Touchten's Unity 3D project
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
| /[Ll]ibrary/ | |
| /[Tt]emp/ | |
| /[Oo]bj/ | |
| /[Bb]uild/ | |
| /[Bb]uilds/ | |
| /Assets/AssetStoreTools* | |
| # Autogenerated VS/MD solution and project files | |
| ExportedObj/ | |
| *.csproj | |
| *.unityproj | |
| *.sln | |
| *.suo | |
| *.tmp | |
| *.user | |
| *.userprefs | |
| *.pidb | |
| *.booproj | |
| *.svd | |
| # Unity3D generated meta files | |
| *.pidb.meta | |
| # Unity3D Generated File On Crash Reports | |
| sysinfo.txt | |
| # OS Specific | |
| .DS_Store | |
| # Touchten Modules | |
| /ModulesTemp/ | |
| /node_modules/ | |
| /PluginsBackup/ | |
| /EditorBackup/ | |
| npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment