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
#
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/
/client/[Ll]ibrary/
/client/[Tt]emp/
/client/[Oo]bj/
/client/[Bb]uild/
/client/[Bb]uilds/
/client/[Ll]ogs/
/client/[Uu]ser[Ss]ettings/
# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/
/client/[Mm]emoryCaptures/
# Recordings can get excessive in size
/[Rr]ecordings/
/client/[Rr]ecordings/
# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*
# Autogenerated Jetbrains Rider plugin
/[Aa]ssets/Plugins/Editor/JetBrains*
/client/[Aa]ssets/Plugins/Editor/JetBrains*
# Visual Studio cache directory
.vs/
@ -66,9 +66,9 @@ sysinfo.txt
crashlytics-build.properties
# 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
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*
/client/[Aa]ssets/[Ss]treamingAssets/aa.meta
/client/[Aa]ssets/[Ss]treamingAssets/aa/*

Loading…
Cancel
Save