Last active
April 9, 2022 21:08
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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