Browse Source

[Android] Change to Android Studio 3 (#3004)

* ignore all caches

* ignore release folder
pull/3054/head
Daniil Goncharov 5 years ago
parent
commit
679f51c6c9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Android.gitignore

+ 2
- 2
Android.gitignore View File

bin/ bin/
gen/ gen/
out/ out/
release/


# Gradle files # Gradle files
.gradle/ .gradle/
.idea/assetWizardSettings.xml .idea/assetWizardSettings.xml
.idea/dictionaries .idea/dictionaries
.idea/libraries .idea/libraries
.idea/caches
# Android Studio 3 in .gitignore file. # Android Studio 3 in .gitignore file.
.idea/caches/build_file_checksums.ser
.idea/caches
.idea/modules.xml .idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you # Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml .idea/navEditor.xml

Loading…
Cancel
Save