Last active
August 5, 2021 10:24
-
-
Save amirisback/a4d5926f53ae78f5770a2bc3513cf637 to your computer and use it in GitHub Desktop.
gitignore-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
# This .gitignore file should be placed at the root of your Unity project directory | |
# | |
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore | |
# | |
/[Ll]ibrary/Artifacts | |
/[Ll]ibrary/APIUpdater | |
/[Ll]ibrary/il2cpp_android_arm64-v8a | |
/[Ll]ibrary/il2cpp_android_armeabi-v7a | |
/[Ll]ibrary/il2cpp_android_x86 | |
/[Ll]ibrary/Il2cppBuildCache | |
/[Ll]ibrary/TempArtifacts | |
/[Ll]ibrary/PackageCache | |
/[Ll]ibrary/ShaderCache | |
/[Ll]ibrary/StateCache | |
/[Ll]ibrary/SplashScreenCache | |
/[Ll]ibrary/ScriptAssemblies | |
/[Ll]ibrary/PlayerScriptAssemblies | |
/[Ll]ibrary/BuildPlayerData | |
/[Ll]ibrary/PlayerDataCache | |
/[Ll]ibrary/Collab | |
/[Ll]ibrary/metadata | |
/[Ll]ibrary/UnityAssemblies | |
/[Ll]ibrary/BuildPlayerData | |
/[Tt]emp/ | |
/[Ll]ogs/ | |
/[Oo]bj/ | |
/[Bb]uild/ | |
/[Bb]uilds/ | |
/[Ll]ogs/ | |
/[Mm]emoryCaptures/ | |
ExportedObj/ | |
.consulo/ | |
# Visual Studio cache directory | |
.vs/ | |
# Gradle cache directory | |
.gradle/ | |
# Unity3D generated file on crash reports | |
sysinfo.txt | |
*.log | |
# Builds | |
*.apk | |
*.unitypackage | |
*.aab | |
*_mapping.txt | |
# Crashlytics generated file | |
crashlytics-build.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment