-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
189 lines (158 loc) · 2.63 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
# Android Studio
build/
*/build
/build
/*/build/
/*/build/intermediates
/*/local.properties
/*/out
/*/*/build
/*/*/production
captures/
.navigation/
*.ipr
*~
*.swp
*.iml
.idea
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/assetWizardSettings.xml
.idea/gradle.xml
.idea/jarRepositories.xml
.idea/navEditor.xml
# Directory-based project format
.idea/
# mpeltonen/sbt-idea plugin
.idea_modules/
# User-specific configurations
.idea/caches/
.idea/libraries/
.idea/shelf/
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
.idea/jsLibraryMappings.xml
.idea/datasources.xml
.idea/dataSources.ids
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
local.properties
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/captures
.externalNativeBuild
.cxx
.git/
.gradle/
gradle/
gradlew
gradlew.bat
androidApp/build
shared/build
*.androidApp/build
*.shared/build
.bundle
!.idea/codeStyles
!.idea/inspectionProfiles
# AndroidStudio 3
.idea/caches/build_file_checksums.ser
.idea/modules.xml
.gradle
# AndroidStudio Patch
!/gradle/wrapper/gradle-wrapper.jar
gen-external-apklibs
output.json
# virtual machine crash logs
hs_err_pid*
# Generated files
bin/
gen/
out/
# Built application files
*.apk
*.ap_
*.aab
# Package Files
*.jar
*.nar
*.zip
*.tar.gz
*.rar
*.war
*.ear
# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# OS-specific files
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Files for the ART/Dalvik VM
*.dex
# Temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# Mac OS
.AppleDouble
.LSOverride
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# IntelliJ files
**/.idea/*
!/.idea/vcs.xml
!/.idea/codeStyles
!/.idea/copyright
# Maven files
target
# Modules for JS projects build
node_modules
# benchmarks.jar
/benchmarks.jar
### Xcode ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata/
/*.gcno
**/xcshareddata/WorkspaceSettings.xcsettings
*.xcuserstate
*.xcscheme
*.xcworkspace
xcuserdata/
# CocoaPods
Pods/
## iOS App packaging
*.ipa
*.dSYM.zip
*.dSYM
# Java class files
*.class
.vscode
iosApp/iosApp.xcworkspace/*
iosApp/iosApp.xcodeproj/*
!iosApp/iosApp.xcodeproj/project.pbxproj