Skip to content

Instantly share code, notes, and snippets.

@techgeek1
Created July 17, 2018 15:32
Show Gist options
  • Save techgeek1/d254b88d33234fe461dbf20b62104c27 to your computer and use it in GitHub Desktop.
Save techgeek1/d254b88d33234fe461dbf20b62104c27 to your computer and use it in GitHub Desktop.
Custom gitignore for Unity
# =============== #
# Unity generated #
# =============== #
[Tt]emp/
[Oo]bj/
/[Bb]uild/
/[Ll]ibrary/
# ======================================== #
# Visual Studio / Android Studio generated #
# ======================================== #
[Ee]xported[Oo]bj/
[Cc]make/
/*.userprefs
/*.csproj
/*.pidb
/*.suo
/*.sln*
/*.user
/*.unityproj
/*.booproj
*.iml
packages/
.idea/
# ============ #
# OS generated #
# ============ #
.DS_Store*
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
[Tt]humbs.db
# ============== #
# User Generated #
# ============== #
[Ww]orkspace/
packages.config
Builds/
.vs/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment