Skip to content

Instantly share code, notes, and snippets.

@czenzel
Created May 12, 2016 03:16
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 czenzel/82e9b2d8c63d71e65f24be273db1b16b to your computer and use it in GitHub Desktop.
Save czenzel/82e9b2d8c63d71e65f24be273db1b16b to your computer and use it in GitHub Desktop.
Unity and GitHub
# .gitignore File
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/Assets/AssetStoreTools*
# Set your output directory to ignore
/[Oo]utput/
# Autogenerated VS/MD solution and project files
ExportedObj/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
# Unity3D generated meta files
*.pidb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Builds
*.apk
*.unitypackage

From Memory:

  • Set project external settings to include meta files (hidden)
  • Set project to save scenes and project files as text (not binary)

Use .gitignore included

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment