Skip to content

Commit 70d91fa

Browse files
Merge pull request #1 from AnachronisticTech/project-restart
Project recreated based on Swift version
2 parents 9cccc1c + 7cdb214 commit 70d91fa

106 files changed

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

.idea/codeStyles/Project.xml

Lines changed: 113 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)