Skip to content

Instantly share code, notes, and snippets.

@gergely-xyz
Last active May 31, 2019 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gergely-xyz/6d42b769192b11a4ae289dae833b9950 to your computer and use it in GitHub Desktop.
Save gergely-xyz/6d42b769192b11a4ae289dae833b9950 to your computer and use it in GitHub Desktop.
Gitignore for Unity projects
# Ignore everything
/*
/*/
# Except git tidbits
!.gitignore
!.gitattributes
# The actually needed content
!/Assets/
!/ProjectSettings/
!/Packages/manifest.json
# And maybe some readmes
!/readme.md
!/readme.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment