diff options
| author | Aleksandr Granin <aleksandr@mullvad.net> | 2021-01-07 10:04:54 +0100 |
|---|---|---|
| committer | Aleksandr Granin <aleksandr@mullvad.net> | 2021-01-07 15:09:24 +0100 |
| commit | 0678a147918aa33d608ccbbef36c73333f188287 (patch) | |
| tree | 59956f6eda79ee598458c87fca20c82c394e0694 | |
| parent | 79ba258891c11e846423db914581106934b5b50d (diff) | |
| download | mullvadvpn-0678a147918aa33d608ccbbef36c73333f188287.tar.xz mullvadvpn-0678a147918aa33d608ccbbef36c73333f188287.zip | |
Add gitignore for idea folder
| -rw-r--r-- | android/.idea/.gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/android/.idea/.gitignore b/android/.idea/.gitignore new file mode 100644 index 0000000000..75948e0324 --- /dev/null +++ b/android/.idea/.gitignore @@ -0,0 +1,14 @@ +# User-specific stuff: +workspace.xml +tasks.xml +dictionaries +vcs.xml +usage.statistics.xml +shelf + +# Gradle: +gradle.xml +libraries + +# Android studio 3.1+ serialized cache file +caches/build_file_checksums.ser |
