Skip to content

Commit 34c1294

Browse files
hynraceefour
authored andcommitted
* Re-import using .gitignore. Cc @hynra @fiyyanputra
* APK file will be uploaded to releases
0 parents  commit 34c1294

1,088 files changed

Lines changed: 88860 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 326 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,326 @@
1+
2+
# Created by https://www.gitignore.io/api/linux,macos,windows,eclipse,android,eclipse,eclipse
3+
4+
### Linux ###
5+
*~
6+
7+
# temporary files which can be created if a process still has a handle open of a deleted file
8+
.fuse_hidden*
9+
10+
# KDE directory preferences
11+
.directory
12+
13+
# Linux trash folder which might appear on any partition or disk
14+
.Trash-*
15+
16+
17+
### macOS ###
18+
*.DS_Store
19+
.AppleDouble
20+
.LSOverride
21+
22+
# Icon must end with two \r
23+
Icon
24+
25+
26+
# Thumbnails
27+
._*
28+
29+
# Files that might appear in the root of a volume
30+
.DocumentRevisions-V100
31+
.fseventsd
32+
.Spotlight-V100
33+
.TemporaryItems
34+
.Trashes
35+
.VolumeIcon.icns
36+
.com.apple.timemachine.donotpresent
37+
38+
# Directories potentially created on remote AFP share
39+
.AppleDB
40+
.AppleDesktop
41+
Network Trash Folder
42+
Temporary Items
43+
.apdisk
44+
45+
46+
### Windows ###
47+
# Windows image file caches
48+
Thumbs.db
49+
ehthumbs.db
50+
51+
# Folder config file
52+
Desktop.ini
53+
54+
# Recycle Bin used on file shares
55+
$RECYCLE.BIN/
56+
57+
# Windows Installer files
58+
*.cab
59+
*.msi
60+
*.msm
61+
*.msp
62+
63+
# Windows shortcuts
64+
*.lnk
65+
66+
67+
### Eclipse ###
68+
69+
.metadata
70+
bin/
71+
tmp/
72+
*.tmp
73+
*.bak
74+
*.swp
75+
*~.nib
76+
local.properties
77+
.settings/
78+
.loadpath
79+
.recommenders
80+
81+
# Eclipse Core
82+
.project
83+
84+
# External tool builders
85+
.externalToolBuilders/
86+
87+
# Locally stored "Eclipse launch configurations"
88+
*.launch
89+
90+
# PyDev specific (Python IDE for Eclipse)
91+
*.pydevproject
92+
93+
# CDT-specific (C/C++ Development Tooling)
94+
.cproject
95+
96+
# JDT-specific (Eclipse Java Development Tools)
97+
.classpath
98+
99+
# Java annotation processor (APT)
100+
.factorypath
101+
102+
# PDT-specific (PHP Development Tools)
103+
.buildpath
104+
105+
# sbteclipse plugin
106+
.target
107+
108+
# Tern plugin
109+
.tern-project
110+
111+
# TeXlipse plugin
112+
.texlipse
113+
114+
# STS (Spring Tool Suite)
115+
.springBeans
116+
117+
# Code Recommenders
118+
.recommenders/
119+
120+
121+
### Android ###
122+
# Built application files
123+
*.apk
124+
*.ap_
125+
126+
# Files for the ART/Dalvik VM
127+
*.dex
128+
129+
# Java class files
130+
*.class
131+
132+
# Generated files
133+
bin/
134+
gen/
135+
out/
136+
137+
# Gradle files
138+
.gradle/
139+
build/
140+
141+
# Local configuration file (sdk path, etc)
142+
local.properties
143+
144+
# Proguard folder generated by Eclipse
145+
proguard/
146+
147+
# Log Files
148+
*.log
149+
150+
# Android Studio Navigation editor temp files
151+
.navigation/
152+
153+
# Android Studio captures folder
154+
captures/
155+
156+
# Intellij
157+
.idea/workspace.xml
158+
.idea/libraries
159+
160+
# Keystore files
161+
*.jks
162+
163+
### Android Patch ###
164+
gen-external-apklibs
165+
166+
167+
### Eclipse ###
168+
169+
.metadata
170+
bin/
171+
tmp/
172+
*.tmp
173+
*.bak
174+
*.swp
175+
*~.nib
176+
local.properties
177+
.settings/
178+
.loadpath
179+
.recommenders
180+
181+
# Eclipse Core
182+
.project
183+
184+
# External tool builders
185+
.externalToolBuilders/
186+
187+
# Locally stored "Eclipse launch configurations"
188+
*.launch
189+
190+
# PyDev specific (Python IDE for Eclipse)
191+
*.pydevproject
192+
193+
# CDT-specific (C/C++ Development Tooling)
194+
.cproject
195+
196+
# JDT-specific (Eclipse Java Development Tools)
197+
.classpath
198+
199+
# Java annotation processor (APT)
200+
.factorypath
201+
202+
# PDT-specific (PHP Development Tools)
203+
.buildpath
204+
205+
# sbteclipse plugin
206+
.target
207+
208+
# Tern plugin
209+
.tern-project
210+
211+
# TeXlipse plugin
212+
.texlipse
213+
214+
# STS (Spring Tool Suite)
215+
.springBeans
216+
217+
# Code Recommenders
218+
.recommenders/
219+
220+
221+
### Eclipse ###
222+
223+
.metadata
224+
bin/
225+
tmp/
226+
*.tmp
227+
*.bak
228+
*.swp
229+
*~.nib
230+
local.properties
231+
.settings/
232+
.loadpath
233+
.recommenders
234+
235+
# Eclipse Core
236+
.project
237+
238+
# External tool builders
239+
.externalToolBuilders/
240+
241+
# Locally stored "Eclipse launch configurations"
242+
*.launch
243+
244+
# PyDev specific (Python IDE for Eclipse)
245+
*.pydevproject
246+
247+
# CDT-specific (C/C++ Development Tooling)
248+
.cproject
249+
250+
# JDT-specific (Eclipse Java Development Tools)
251+
.classpath
252+
253+
# Java annotation processor (APT)
254+
.factorypath
255+
256+
# PDT-specific (PHP Development Tools)
257+
.buildpath
258+
259+
# sbteclipse plugin
260+
.target
261+
262+
# Tern plugin
263+
.tern-project
264+
265+
# TeXlipse plugin
266+
.texlipse
267+
268+
# STS (Spring Tool Suite)
269+
.springBeans
270+
271+
# Code Recommenders
272+
.recommenders/
273+
274+
### JetBrains ###
275+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
276+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
277+
278+
# User-specific stuff:
279+
.idea/workspace.xml
280+
.idea/tasks.xml
281+
.idea/dictionaries
282+
.idea/vcs.xml
283+
.idea/jsLibraryMappings.xml
284+
285+
# Sensitive or high-churn files:
286+
.idea/dataSources.ids
287+
.idea/dataSources.xml
288+
.idea/dataSources.local.xml
289+
.idea/sqlDataSources.xml
290+
.idea/dynamic.xml
291+
.idea/uiDesigner.xml
292+
293+
# Gradle:
294+
.idea/gradle.xml
295+
.idea/libraries
296+
297+
# Mongo Explorer plugin:
298+
.idea/mongoSettings.xml
299+
300+
## File-based project format:
301+
*.iws
302+
303+
## Plugin-specific files:
304+
305+
# IntelliJ
306+
/out/
307+
308+
# mpeltonen/sbt-idea plugin
309+
.idea_modules/
310+
311+
# JIRA plugin
312+
atlassian-ide-plugin.xml
313+
314+
# Crashlytics plugin (for Android Studio and IntelliJ)
315+
com_crashlytics_export_strings.xml
316+
crashlytics.properties
317+
crashlytics-build.properties
318+
fabric.properties
319+
320+
### JetBrains Patch ###
321+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
322+
323+
# *.iml
324+
# modules.xml
325+
# .idea/misc.xml
326+
# *.ipr

0 commit comments

Comments
 (0)