diff options
author | Brendan Forster <github@brendanforster.com> | 2018-04-01 14:19:02 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-01 14:19:02 +1000 |
commit | 07c730e1fccfe0f92b29e039ba149d20bfb332e7 (patch) | |
tree | f3d374df951097d471f0ac1b3b8652f2b0db5467 | |
parent | 2aa0d6625acc0e809c30be8845bc27f68e4f8602 (diff) | |
parent | d3be917271206a3bd31c0cfb970c315129fab420 (diff) | |
download | gitignore-07c730e1fccfe0f92b29e039ba149d20bfb332e7.tar.gz gitignore-07c730e1fccfe0f92b29e039ba149d20bfb332e7.zip |
Merge pull request #2644 from Terik23/ignore_idea_caches
Add the idea caches to gitignore
-rw-r--r-- | Android.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.gitignore b/Android.gitignore index d5713722..6d3df345 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -39,6 +39,7 @@ captures/ .idea/gradle.xml .idea/dictionaries .idea/libraries +.idea/caches # Keystore files # Uncomment the following line if you do not want to check your keystore files in. |