xref: /expo/android/.gitignore (revision bdba03c0)
1app/src/main/java/host/exp/exponent/generated/BasePackageList.java
2
3.idea/caches/build_file_checksums.ser
4.project
5ReactAndroid/.project
6ReactAndroid/bin/
7app/bin/
8expoview/bin/
9expoview/.idea/
10tools/bin/
11app/mockFsDirectory/
12
13expoview/gradlew*
14
15# Additional SDKs
16/sdks/download
17/sdks/hermes
18/sdks/hermesc
19
20# Created by https://www.gitignore.io/api/java,android,eclipse,intellij,androidstudio
21
22### Android ###
23# Built application files
24*.apk
25*.ap_
26
27# Files for the ART/Dalvik VM
28*.dex
29
30# Java class files
31*.class
32
33# Generated files
34bin/
35gen/
36out/
37
38# Gradle files
39.gradle/
40build/
41
42# Local configuration file (sdk path, etc)
43local.properties
44
45# Proguard folder generated by Eclipse
46proguard/
47
48# Log Files
49*.log
50
51# Android Studio Navigation editor temp files
52.navigation/
53
54# Android Studio captures folder
55captures/
56
57# IntelliJ
58*.iml
59.idea/workspace.xml
60.idea/tasks.xml
61.idea/gradle.xml
62.idea/assetWizardSettings.xml
63.idea/dictionaries
64.idea/libraries
65.idea/caches
66
67# Keystore files
68# Uncomment the following line if you do not want to check your keystore files in.
69*.jks
70
71# External native build folder generated in Android Studio 2.2 and later
72.externalNativeBuild
73
74# Google Services (e.g. APIs or Firebase)
75google-services.json
76
77# Freeline
78freeline.py
79freeline/
80freeline_project_description.json
81
82# fastlane
83fastlane/report.xml
84fastlane/Preview.html
85fastlane/screenshots
86fastlane/test_output
87fastlane/readme.md
88
89### Android Patch ###
90gen-external-apklibs
91
92### AndroidStudio ###
93# Covers files to be ignored for android development using Android Studio.
94
95# Built application files
96
97# Files for the ART/Dalvik VM
98
99# Java class files
100
101# Generated files
102
103# Gradle files
104.gradle
105
106# Signing files
107.signing/
108
109# Local configuration file (sdk path, etc)
110
111# Proguard folder generated by Eclipse
112
113# Log Files
114
115# Android Studio
116/*/build/
117/*/local.properties
118/*/out
119/*/*/build
120/*/*/production
121*.ipr
122*~
123*.swp
124
125# Android Patch
126
127# External native build folder generated in Android Studio 2.2 and later
128
129# NDK
130obj/
131
132# IntelliJ IDEA
133*.iws
134/out/
135
136# User-specific configurations
137.idea/caches/
138.idea/libraries/
139.idea/shelf/
140.idea/.name
141.idea/compiler.xml
142.idea/copyright/profiles_settings.xml
143.idea/encodings.xml
144.idea/misc.xml
145.idea/jarRepositories.xml
146.idea/modules.xml
147.idea/scopes/scope_settings.xml
148.idea/vcs.xml
149.idea/jsLibraryMappings.xml
150.idea/datasources.xml
151.idea/dataSources.ids
152.idea/sqlDataSources.xml
153.idea/dynamic.xml
154.idea/uiDesigner.xml
155
156# OS-specific files
157.DS_Store
158.DS_Store?
159._*
160.Spotlight-V100
161.Trashes
162ehthumbs.db
163Thumbs.db
164
165# Legacy Eclipse project files
166.classpath
167.project
168.cproject
169.settings/
170
171# Mobile Tools for Java (J2ME)
172.mtj.tmp/
173
174# Package Files #
175*.war
176*.ear
177
178# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
179hs_err_pid*
180
181## Plugin-specific files:
182
183# mpeltonen/sbt-idea plugin
184.idea_modules/
185
186# JIRA plugin
187atlassian-ide-plugin.xml
188
189# Mongo Explorer plugin
190.idea/mongoSettings.xml
191
192### AndroidStudio Patch ###
193
194!/gradle/wrapper/gradle-wrapper.jar
195expoview/gradle/wrapper/gradle-wrapper.properties
196
197### Eclipse ###
198
199.metadata
200tmp/
201*.tmp
202*.bak
203*~.nib
204.loadpath
205.recommenders
206
207# External tool builders
208.externalToolBuilders/
209
210# Locally stored "Eclipse launch configurations"
211*.launch
212
213# PyDev specific (Python IDE for Eclipse)
214*.pydevproject
215
216# CDT-specific (C/C++ Development Tooling)
217
218# CDT- autotools
219.autotools
220
221# Java annotation processor (APT)
222.factorypath
223
224# PDT-specific (PHP Development Tools)
225.buildpath
226
227# sbteclipse plugin
228.target
229
230# Tern plugin
231.tern-project
232
233# TeXlipse plugin
234.texlipse
235
236# STS (Spring Tool Suite)
237.springBeans
238
239# Code Recommenders
240.recommenders/
241
242# Annotation Processing
243.apt_generated/
244
245# Scala IDE specific (Scala & Java development for Eclipse)
246.cache-main
247.scala_dependencies
248.worksheet
249
250### Eclipse Patch ###
251# Eclipse Core
252
253# JDT-specific (Eclipse Java Development Tools)
254
255# Annotation Processing
256.apt_generated
257
258.sts4-cache/
259
260### Intellij ###
261# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
262# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
263
264# User-specific stuff
265.idea/**/workspace.xml
266.idea/**/tasks.xml
267.idea/**/usage.statistics.xml
268.idea/**/dictionaries
269.idea/**/shelf
270
271# Generated files
272.idea/**/contentModel.xml
273
274# Sensitive or high-churn files
275.idea/**/dataSources/
276.idea/**/dataSources.ids
277.idea/**/dataSources.local.xml
278.idea/**/sqlDataSources.xml
279.idea/**/dynamic.xml
280.idea/**/uiDesigner.xml
281.idea/**/dbnavigator.xml
282
283# Gradle
284.idea/**/gradle.xml
285.idea/**/libraries
286
287# Gradle and Maven with auto-import
288# When using Gradle or Maven with auto-import, you should exclude module files,
289# since they will be recreated, and may cause churn.  Uncomment if using
290# auto-import.
291# .idea/modules.xml
292# .idea/*.iml
293# .idea/modules
294
295# CMake
296cmake-build-*/
297
298# Mongo Explorer plugin
299.idea/**/mongoSettings.xml
300
301# File-based project format
302
303# IntelliJ
304
305# mpeltonen/sbt-idea plugin
306
307# JIRA plugin
308
309# Cursive Clojure plugin
310.idea/replstate.xml
311
312# Editor-based Rest Client
313.idea/httpRequests
314
315# Android studio 3.1+ serialized cache file
316.idea/caches/build_file_checksums.ser
317
318### Intellij Patch ###
319# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
320
321# *.iml
322# modules.xml
323# .idea/misc.xml
324# *.ipr
325
326# Sonarlint plugin
327.idea/sonarlint
328
329### Java ###
330# Compiled class file
331
332# Log file
333
334# BlueJ files
335*.ctxt
336
337# Mobile Tools for Java (J2ME)
338
339# Package Files #
340*.jar
341!maven/**/*.jar
342*.nar
343*.zip
344*.tar.gz
345*.rar
346
347# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
348
349
350# End of https://www.gitignore.io/api/java,android,eclipse,intellij,androidstudio
351