Created
April 10, 2021 03:27
-
-
Save rygo6/c34265d121ee99c6cfb1479747adbc6a to your computer and use it in GitHub Desktop.
.gitignore for Unity project
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
[Ll]ibrary/ | |
[Tt]emp/ | |
[Oo]bj/ | |
[Bb]uild/ | |
[Bb]uilds/ | |
Assets/AssetStoreTools* | |
.DS_Store | |
.idea/ | |
/Assets/Plugins/Editor/JetBrains/ | |
/Assets/Plugins/Editor/JetBrains.meta | |
buildLog.txt | |
# Visual Studio cache directory | |
.vs/ | |
# Autogenerated VS/MD/Consulo solution and project files | |
ExportedObj/ | |
.consulo/ | |
*.csproj | |
*.unityproj | |
*.sln | |
*.suo | |
*.tmp | |
*.user | |
*.userprefs | |
*.pidb | |
*.booproj | |
*.svd | |
*.pdb | |
*.opendb | |
*.VC.db | |
# Unity3D generated meta files | |
*.pidb.meta | |
*.pdb.meta | |
# Unity3D Generated File On Crash Reports | |
sysinfo.txt | |
# Builds | |
*.apk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment