mirror of
https://github.com/vale981/gitignore
synced 2025-03-04 09:21:42 -05:00
[Android] Change to Android Studio 3 (#3004)
* ignore all caches * ignore release folder
This commit is contained in:
parent
7c462a387b
commit
679f51c6c9
1 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,7 @@
|
|||
bin/
|
||||
gen/
|
||||
out/
|
||||
release/
|
||||
|
||||
# Gradle files
|
||||
.gradle/
|
||||
|
@ -41,9 +42,8 @@ captures/
|
|||
.idea/assetWizardSettings.xml
|
||||
.idea/dictionaries
|
||||
.idea/libraries
|
||||
.idea/caches
|
||||
# Android Studio 3 in .gitignore file.
|
||||
.idea/caches/build_file_checksums.ser
|
||||
.idea/caches
|
||||
.idea/modules.xml
|
||||
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
|
||||
.idea/navEditor.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue