Преглед на файлове

Ignoring build folder inside app module in Android projects

The `*/build` folder should be ignored because the android structure generate files and outputs inside this folder.
Vitor Prado преди 9 години
родител
ревизия
f4cf36c5e1
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      Android.gitignore

+ 1 - 0
Android.gitignore

@@ -15,6 +15,7 @@ gen/
 # Gradle files
 .gradle/
 build/
+*/build/
 
 # Local configuration file (sdk path, etc)
 local.properties