Skip to content

Instantly share code, notes, and snippets.

@EgoAnt
Forked from thebeardphantom/.gitignore
Last active August 29, 2015 14:27
Show Gist options
  • Save EgoAnt/62846091a6221ed70c09 to your computer and use it in GitHub Desktop.
Save EgoAnt/62846091a6221ed70c09 to your computer and use it in GitHub Desktop.
Unity GitIgnore
# Ignore everything
/*
/*/
# Inverse ignore some stuff
!/Assets/
!/ProjectSettings/
!.gitignore
# Inverse ignore visual studio files
!*.sln
!*.csproj
# 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