ソースを参照

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

* ignore all caches

* ignore release folder
pull/3054/head
Daniil Goncharov 5年前
コミット
679f51c6c9
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      Android.gitignore

+ 2
- 2
Android.gitignore ファイルの表示

@@ -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

読み込み中…
キャンセル
保存