Skip to content

Commit 12ae3da

Browse files
committed
Unwanted files ignored
1 parent 1d88913 commit 12ae3da

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

.gitignore

+24-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# Generated files
1212
bin/
1313
gen/
14+
out/
1415

1516
# Gradle files
1617
.gradle/
@@ -31,9 +32,31 @@ proguard/
3132
# Android Studio captures folder
3233
captures/
3334

35+
# Keystore files
36+
# Uncomment the following line if you do not want to check your keystore files in.
37+
#*.jks
38+
39+
# External native build folder generated in Android Studio
40+
.externalNativeBuild
41+
42+
# Google Services (e.g. APIs or Firebase)
43+
google-services.json
44+
45+
# Freeline
46+
freeline.py
47+
freeline/
48+
freeline_project_description.json
49+
50+
# fastlane
51+
fastlane/report.xml
52+
fastlane/Preview.html
53+
fastlane/screenshots
54+
fastlane/test_output
55+
fastlane/readme.md
56+
3457
# Custom
3558
.idea/
3659
*.iml
3760
.gradle
3861
.DS_Store
39-
.externalNativeBuild
62+
.externalNativeBuild

0 commit comments

Comments
 (0)