Skip to content

Instantly share code, notes, and snippets.

@mattbenic
Last active April 9, 2022 21:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattbenic/5300183 to your computer and use it in GitHub Desktop.
Save mattbenic/5300183 to your computer and use it in GitHub Desktop.
Common .gitignore file for Unity 3D projects Originally based on Github's default Unity 3D .gitignore
# Unity automatically generated files/folders
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Uu]nityGenerated/
# Autogenerated VS/MD solution and project files
*.csproj
*.unityproj
*.sln
*.pidb
*.userprefs
*.user
*.suo
/ProjectSettings/EditorBuildSettings.asset
/ExportedObj/
# Operating system files
.DS_Store
[Tt]humbs.db
[Tt]humbs.db.meta
# Additional folders for common actions
[Bb]uilds
[Bb]undles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment