2
0
Fork 0
master
cd 2 years ago
parent 9abf6c6ff0
commit 939e50472c

26
.gitignore vendored

@ -3,26 +3,26 @@
# #
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore # Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
# #
/[Ll]ibrary/ /client/[Ll]ibrary/
/[Tt]emp/ /client/[Tt]emp/
/[Oo]bj/ /client/[Oo]bj/
/[Bb]uild/ /client/[Bb]uild/
/[Bb]uilds/ /client/[Bb]uilds/
/[Ll]ogs/ /client/[Ll]ogs/
/[Uu]ser[Ss]ettings/ /client/[Uu]ser[Ss]ettings/
# MemoryCaptures can get excessive in size. # MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data # They also could contain extremely sensitive data
/[Mm]emoryCaptures/ /client/[Mm]emoryCaptures/
# Recordings can get excessive in size # Recordings can get excessive in size
/[Rr]ecordings/ /client/[Rr]ecordings/
# Uncomment this line if you wish to ignore the asset store tools plugin # Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools* # /[Aa]ssets/AssetStoreTools*
# Autogenerated Jetbrains Rider plugin # Autogenerated Jetbrains Rider plugin
/[Aa]ssets/Plugins/Editor/JetBrains* /client/[Aa]ssets/Plugins/Editor/JetBrains*
# Visual Studio cache directory # Visual Studio cache directory
.vs/ .vs/
@ -66,9 +66,9 @@ sysinfo.txt
crashlytics-build.properties crashlytics-build.properties
# Packed Addressables # Packed Addressables
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin* /client/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
# Temporary auto-generated Android Assets # Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta /client/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/* /client/[Aa]ssets/[Ss]treamingAssets/aa/*

Loading…
Cancel
Save