Skip to content

Commit d96de1c

Browse files
committed
Fixes LayoutXML#10
1 parent 768a242 commit d96de1c

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

.gitignore

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,92 @@ fastlane/readme.md
6666
.idea/workspace.xml___jb_old___
6767
.idea/misc.xml
6868
.idea/misc.xml
69+
70+
# Built application files
71+
*.apk
72+
*.aar
73+
*.ap_
74+
*.aab
75+
76+
# Files for the ART/Dalvik VM
77+
*.dex
78+
79+
# Java class files
80+
*.class
81+
82+
# Generated files
83+
bin/
84+
gen/
85+
out/
86+
# Uncomment the following line in case you need and you don't have the release build type files in your app
87+
# release/
88+
89+
# Gradle files
90+
.gradle/
91+
build/
92+
93+
# Local configuration file (sdk path, etc)
94+
local.properties
95+
96+
# Proguard folder generated by Eclipse
97+
proguard/
98+
99+
# Log Files
100+
*.log
101+
102+
# Android Studio Navigation editor temp files
103+
.navigation/
104+
105+
# Android Studio captures folder
106+
captures/
107+
108+
# IntelliJ
109+
*.iml
110+
.idea/workspace.xml
111+
.idea/tasks.xml
112+
.idea/gradle.xml
113+
.idea/assetWizardSettings.xml
114+
.idea/dictionaries
115+
.idea/libraries
116+
# Android Studio 3 in .gitignore file.
117+
.idea/caches
118+
.idea/modules.xml
119+
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
120+
.idea/navEditor.xml
121+
122+
# Keystore files
123+
# Uncomment the following lines if you do not want to check your keystore files in.
124+
#*.jks
125+
#*.keystore
126+
127+
# External native build folder generated in Android Studio 2.2 and later
128+
.externalNativeBuild
129+
.cxx/
130+
131+
# Google Services (e.g. APIs or Firebase)
132+
# google-services.json
133+
134+
# Freeline
135+
freeline.py
136+
freeline/
137+
freeline_project_description.json
138+
139+
# fastlane
140+
fastlane/report.xml
141+
fastlane/Preview.html
142+
fastlane/screenshots
143+
fastlane/test_output
144+
fastlane/readme.md
145+
146+
# Version control
147+
vcs.xml
148+
149+
# lint
150+
lint/intermediates/
151+
lint/generated/
152+
lint/outputs/
153+
lint/tmp/
154+
# lint/reports/
155+
156+
# Android Profiling
157+
*.hprof

0 commit comments

Comments
 (0)