Created
December 24, 2016 04:56
-
-
Save RyanQuackenbush/0b01e77b7324da202323e63c89bbbed2 to your computer and use it in GitHub Desktop.
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
# https://raw.githubusercontent.com/github/gitignore/master/Unity.gitignorei | |
# https://unity3d.com/learn/tutorials/topics/production/mastering-unity-project-folder-structure-version-control-systems | |
/[Ll]ibrary/ | |
/[Tt]emp/ | |
/[Oo]bj/ | |
/[Bb]uild/ | |
/[Bb]uilds/ | |
/Assets/AssetStoreTools* | |
# Autogenerated VS/MD/Consulo solution and project files | |
ExportedObj/ | |
.consulo/ | |
*.csproj | |
*.unityproj | |
*.sln | |
*.suo | |
*.tmp | |
*.user | |
*.userprefs | |
*.pidb | |
*.booproj | |
*.svd | |
# Unity3D generated | |
*.pidb.meta | |
.collabignore | |
# Unity3D Generated File On Crash Reports | |
sysinfo.txt | |
# Builds | |
*.apk | |
*.unitypackage | |
# OS Generated | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# Project Specific | |
Plugins/Editor/JetBrains |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment