-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
145 lines (112 loc) · 2.43 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
### micro:bit ###
# Mostly covers yotta files for micro:bit developement.
microbit/build
microbit/yotta_modules
microbit/yotta_targets
final.py
reset.bat
### AndroidStudio ###
# Covers files to be ignored for android development using Android Studio.
pseudocode.java
android.java
# Created by https://www.gitignore.io/api/androidstudio
# Built application files
App/*.apk
App/*.ap_
# Files for the ART/Dalvik VM
App/*.dex
# Java class files
App/*.class
# Generated files
App/bin/
App/gen/
App/out/
# Gradle files
App/.gradle
App/.gradle/
App/build/
# Signing files
App/.signing/
# Local configuration file (sdk path, etc)
App/local.properties
# Proguard folder generated by Eclipse
App/proguard/
# Log Files
App/*.log
# Android Studio
App/*/build/
App/*/local.properties
App/*/out
App/*/*/build
App/*/*/production
App/captures/
App/.navigation/
App/*.ipr
App/*~
App/*.swp
# Android Patch
App/gen-external-apklibs
# External native build folder generated in Android Studio 2.2 and later
App/.externalNativeBuild
# NDK
App/obj/
# IntelliJ IDEA
App/*.iml
App/*.iws
App/out/
# User-specific configurations
App/.idea/caches/
App/.idea/libraries/
App/.idea/shelf/
App/.idea/workspace.xml
App/.idea/tasks.xml
App/.idea/.name
App/.idea/compiler.xml
App/.idea/copyright/profiles_settings.xml
App/.idea/encodings.xml
App/.idea/misc.xml
App/.idea/modules.xml
App/.idea/scopes/scope_settings.xml
App/.idea/dictionaries
App/.idea/vcs.xml
App/.idea/jsLibraryMappings.xml
App/.idea/datasources.xml
App/.idea/dataSources.ids
App/.idea/sqlDataSources.xml
App/.idea/dynamic.xml
App/.idea/uiDesigner.xml
# OS-specific files
App/.DS_Store
App/.DS_Store?
App/._*
App/.Spotlight-V100
App/.Trashes
App/ehthumbs.db
App/Thumbs.db
# Legacy Eclipse project files
App/.classpath
App/.project
App/.cproject
App/.settings/
# Mobile Tools for Java (J2ME)
App/.mtj.tmp/
# Package Files #
App/*.war
App/*.ear
# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
App/hs_err_pid*
## Plugin-specific files:
# mpeltonen/sbt-idea plugin
App/.idea_modules/
# JIRA plugin
App/atlassian-ide-plugin.xml
# Mongo Explorer plugin
App/.idea/mongoSettings.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
App/com_crashlytics_export_strings.xml
App/crashlytics.properties
App/crashlytics-build.properties
App/fabric.properties
### AndroidStudio Patch ###
App/!/gradle/wrapper/gradle-wrapper.jar
# End of https://www.gitignore.io/api/androidstudio