Created
October 21, 2017 10:53
-
-
Save lincerely/547b1d52dbf838899d1934a8cf536c73 to your computer and use it in GitHub Desktop.
My Unity .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
# =========================== | |
# Default Collab Ignore Rules | |
# =========================== | |
# OS Generated | |
# ============ | |
.DS_Store | |
._* | |
.Spotlight-V100 | |
.Trashes | |
Icon? | |
ehthumbs.db | |
[Tt]humbs.db | |
[Dd]esktop.ini | |
# Visual Studio / MonoDevelop generated | |
# ===================================== | |
[Ee]xported[Oo]bj/ | |
*.userprefs | |
*.csproj | |
*.pidb | |
*.suo | |
*.sln | |
*.user | |
*.unityproj | |
*.booproj | |
# Unity generated | |
# =============== | |
[Oo]bj/ | |
[Bb]uild | |
[Ll]ibrary/ | |
[Tt]emp/ | |
sysinfo.txt | |
*.stackdump | |
# Unity3D generated meta files | |
*.pidb.meta | |
# Unity3D Generated File On Crash Reports | |
sysinfo.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment