diff options
author | JasperCiti <48373360+JasperCiti@users.noreply.github.com> | 2020-03-11 15:07:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 10:07:49 -0300 |
commit | dc8c27c5f9eea7185a80478084d67ed3bbe43e2d (patch) | |
tree | 1a963489393be141cca62373b856570e3bb2537e | |
parent | 81ebaeca4185e2e44e589d6cb3e88cbfc7e0895c (diff) | |
download | gitignore-dc8c27c5f9eea7185a80478084d67ed3bbe43e2d.tar.gz gitignore-dc8c27c5f9eea7185a80478084d67ed3bbe43e2d.zip |
Add Unity's Addressables and Android's temp files. (#3311)
* Added Addressables.
Prevent automatically generated addressable files to end up in Git.
* Update .gitignore to exclude packed Addressables and Android auto-generated files.
-rw-r--r-- | Unity.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Unity.gitignore b/Unity.gitignore index 7d21efc9..8150f045 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -62,3 +62,9 @@ sysinfo.txt # Crashlytics generated file crashlytics-build.properties +# Packed Addressables +/[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/* |