Skip to content

Commit 4904313

Browse files
author
Santiago Faci
committed
modified gitignore
1 parent b104192 commit 4904313

File tree

1 file changed

+15
-67
lines changed

1 file changed

+15
-67
lines changed

.gitignore

Lines changed: 15 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,33 @@
1-
# Built application files
2-
*.apk
3-
*.aar
4-
*.ap_
5-
*.aab
6-
7-
# Files for the ART/Dalvik VM
8-
*.dex
9-
10-
# Java class files
11-
*.class
12-
13-
# Generated files
14-
bin/
15-
gen/
16-
out/
17-
# Uncomment the following line in case you need and you don't have the release build type files in your app
18-
# release/
19-
201
# Gradle files
212
.gradle/
223
build/
234

245
# Local configuration file (sdk path, etc)
256
local.properties
267

27-
# Proguard folder generated by Eclipse
28-
proguard/
29-
30-
# Log Files
8+
# Log/OS Files
319
*.log
3210

33-
# Android Studio Navigation editor temp files
34-
.navigation/
35-
36-
# Android Studio captures folder
11+
# Android Studio generated files and folders
3712
captures/
13+
.externalNativeBuild/
14+
.cxx/
15+
*.apk
16+
output.json
3817

3918
# IntelliJ
4019
*.iml
41-
.idea/workspace.xml
42-
.idea/tasks.xml
43-
.idea/gradle.xml
44-
.idea/assetWizardSettings.xml
45-
.idea/dictionaries
46-
.idea/libraries
47-
# Android Studio 3 in .gitignore file.
48-
.idea/caches
49-
.idea/modules.xml
50-
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
51-
.idea/navEditor.xml
20+
.idea/
21+
misc.xml
22+
deploymentTargetDropDown.xml
23+
render.experimental.xml
5224

5325
# Keystore files
54-
# Uncomment the following lines if you do not want to check your keystore files in.
55-
#*.jks
56-
#*.keystore
57-
58-
# External native build folder generated in Android Studio 2.2 and later
59-
.externalNativeBuild
60-
.cxx/
26+
*.jks
27+
*.keystore
6128

6229
# Google Services (e.g. APIs or Firebase)
63-
# google-services.json
64-
65-
# Freeline
66-
freeline.py
67-
freeline/
68-
freeline_project_description.json
69-
70-
# fastlane
71-
fastlane/report.xml
72-
fastlane/Preview.html
73-
fastlane/screenshots
74-
fastlane/test_output
75-
fastlane/readme.md
76-
77-
# Version control
78-
vcs.xml
30+
google-services.json
7931

80-
# lint
81-
lint/intermediates/
82-
lint/generated/
83-
lint/outputs/
84-
lint/tmp/
85-
# lint/reports/
32+
# Android Profiling
33+
*.hprof

0 commit comments

Comments
 (0)