Skip to content

Instantly share code, notes, and snippets.

@corycorvus
Created December 29, 2020 02:24
Show Gist options
  • Save corycorvus/258d4ece8c709d7fa81fc6e66b7a4f6e to your computer and use it in GitHub Desktop.
Save corycorvus/258d4ece8c709d7fa81fc6e66b7a4f6e to your computer and use it in GitHub Desktop.
Unity Git Ignore
# .gitignore for Unity by Cory Corvus
# Ignore everything
/*
/*/
# Keep assets & project settings
!/Assets/
!/ProjectSettings/
# Git meta files
!.gitignore
!README.md
!.gitattributes
# Builds
*.unitypackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment