Browse Source

more cleanup/ignore rules

Oleksandr Kucherenko 5 years ago
parent
commit
0cd3899136
1 changed files with 12 additions and 5 deletions
  1. 12
    5
      .gitignore

+ 12
- 5
.gitignore View File

@@ -29,11 +29,18 @@ npm-debug.log
29 29
 
30 30
 # android
31 31
 #
32
-android/build/
33
-android/.gradle/
34
-android/.idea/
35
-android/*.iml
36
-android/gradle/
32
+.vscode/
33
+.settings/
34
+android/bin
35
+android/gradle/wrapper
37 36
 android/gradlew
38 37
 android/gradlew.bat
39 38
 android/local.properties
39
+*.iml
40
+.gradle
41
+/local.properties
42
+.idea/
43
+captures/
44
+.externalNativeBuild
45
+.project
46
+