diff options
author | Brian Douglas <bdougie@users.noreply.github.com> | 2021-06-09 21:19:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 21:19:59 -0700 |
commit | 6b9f02ead29903bbe0fa85ccc04391b61fbd72f6 (patch) | |
tree | 44ec872293b3875a4e29175e6564d6d86a52abfd | |
parent | 3bb7b4b767f3f8df07e362dfa03c8bd425f16d32 (diff) | |
parent | 25d6008c286b2f759cc571a364a0f0a7471af3be (diff) | |
download | gitignore-6b9f02ead29903bbe0fa85ccc04391b61fbd72f6.tar.gz gitignore-6b9f02ead29903bbe0fa85ccc04391b61fbd72f6.zip |
Merge pull request #3755 from Abdulrahman-AlGhamdi/master
Add `.idea/jarRepositories.xml` to Android.gitignore
-rw-r--r-- | Android.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.gitignore b/Android.gitignore index 23de6e20..5d18272e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -44,6 +44,7 @@ captures/ .idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries +.idea/jarRepositories.xml # Android Studio 3 in .gitignore file. .idea/caches .idea/modules.xml |