Skip to content

Instantly share code, notes, and snippets.

@linojon
Forked from thebeardphantom/.gitignore
Created October 4, 2015 21:58
Show Gist options
  • Save linojon/7ce8732e078b14f9ba7c to your computer and use it in GitHub Desktop.
Save linojon/7ce8732e078b14f9ba7c 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