summaryrefslogtreecommitdiff
path: root/src/android/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/.gitignore')
-rw-r--r--src/android/.gitignore62
1 files changed, 62 insertions, 0 deletions
diff --git a/src/android/.gitignore b/src/android/.gitignore
new file mode 100644
index 000000000..40b6c5cd0
--- /dev/null
+++ b/src/android/.gitignore
@@ -0,0 +1,62 @@
1# Built application files
2*.apk
3*.ap_
4
5# Files for the ART/Dalvik VM
6*.dex
7
8# Java class files
9*.class
10
11# Generated files
12bin/
13gen/
14out/
15
16# Gradle files
17.gradle/
18build/
19
20# Local configuration file (sdk path, etc)
21local.properties
22
23# Proguard folder generated by Eclipse
24proguard/
25
26# Log Files
27*.log
28
29# Android Studio Navigation editor temp files
30.navigation/
31
32# Android Studio captures folder
33captures/
34
35# IntelliJ
36*.iml
37.idea/
38
39# Keystore files
40# Uncomment the following line if you do not want to check your keystore files in.
41#*.jks
42
43# External native build folder generated in Android Studio 2.2 and later
44.externalNativeBuild
45
46# CXX compile cache
47app/.cxx
48
49# Google Services (e.g. APIs or Firebase)
50google-services.json
51
52# Freeline
53freeline.py
54freeline/
55freeline_project_description.json
56
57# fastlane
58fastlane/report.xml
59fastlane/Preview.html
60fastlane/screenshots
61fastlane/test_output
62fastlane/readme.md