Skip to content

Instantly share code, notes, and snippets.

@sbseltzer
Forked from thebeardphantom/.gitignore
Last active August 30, 2015 02:20
Show Gist options
  • Save sbseltzer/6178e7b6706033b5f0c7 to your computer and use it in GitHub Desktop.
Save sbseltzer/6178e7b6706033b5f0c7 to your computer and use it in GitHub Desktop.
Unity GitIgnore
# Ignore everything
/*
/*/
# Inverse ignore some stuff
!/Assets/
!/ProjectSettings/
!.gitignore
# OS Stuff
.DS_Store
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
$RECYCLE.BIN/
Desktop.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment