Last active
September 23, 2015 17:18
-
-
Save reidblomquist/fdb80d5647881bcab4df to your computer and use it in GitHub Desktop.
gitignore for dir w/ unity project subdir
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 Generated | |
Temp | |
Library | |
# vs/mono Generated | |
ExportedObj | |
obj | |
*.svd | |
*.userprefs | |
*.csproj | |
*.pidb | |
*.suo | |
*.sln | |
*.user | |
*.unityproj | |
*.bootproj | |
# os generated | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# build dirs | |
Builds | |
# bobun crap | |
*~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment