From 1e56a4eab187823b417f61cebb88b96a0d097f01 Mon Sep 17 00:00:00 2001 From: EthanPisani Date: Thu, 6 Feb 2025 17:10:21 -0500 Subject: [PATCH] update .gitignore --- .gitignore | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 3496b7cd..dab55b70 100644 --- a/.gitignore +++ b/.gitignore @@ -2,26 +2,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/ +/Library/ +/Temp/ +/Obj/ +/Build/ +/Builds/ +/Logs/ +/UserSettings/ # MemoryCaptures can get excessive in size. # They also could contain extremely sensitive data -/[Mm]emoryCaptures/ +/MemoryCaptures/ # Recordings can get excessive in size -/[Rr]ecordings/ +/Recordings/ # 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* +/Assets/Plugins/Editor/JetBrains* # Visual Studio cache directory .vs/ @@ -66,8 +66,8 @@ sysinfo.txt crashlytics-build.properties # Packed Addressables -/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin* +/Assets/AddressableAssetsData/*/*.bin* # Temporary auto-generated Android Assets -/[Aa]ssets/[Ss]treamingAssets/aa.meta -/[Aa]ssets/[Ss]treamingAssets/aa/* +/Assets/StreamingAssets/aa.meta +/Assets/StreamingAssets/aa/*