Created
August 3, 2015 08:16
-
-
Save cloudRoutine/7e79aac354a75f3cfd9a to your computer and use it in GitHub Desktop.
Unity3d gitignore
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 Project Files | |
| #===================== | |
| /[Ll]ibrary/ | |
| /[Tt]emp/ | |
| /[Oo]bj/ | |
| /[Bb]uild/ | |
| *.userprefs | |
| *.pidb | |
| *.booproj | |
| # Unity3D generated meta files | |
| *.pidb.meta | |
| # Unity3D Generated File On Crash Reports | |
| sysinfo.txt | |
| #======= | |
| # Paket | |
| #======= | |
| /[Pp]ackages | |
| .paket/paket.exe | |
| .paket/*.exe.config | |
| paket-files | |
| #================ | |
| # Visual Studio | |
| #================ | |
| # Autogenerated VS/MD solution and project files | |
| *.csproj | |
| *.unityproj | |
| # User-specific files | |
| *.suo | |
| *.user | |
| *.sln.docstates | |
| # Visual Studio profiler | |
| *.psess | |
| *.vsp | |
| *.vspx | |
| # ========================= | |
| # File System Detritus | |
| # ========================= | |
| # Windows image file caches | |
| Thumbs.db | |
| ehthumbs.db | |
| # Folder config file | |
| Desktop.ini | |
| # Recycle Bin used on file shares | |
| $RECYCLE.BIN/ | |
| # Mac desktop service store files | |
| .DS_Store | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment