Skip to content

Commit b38fbb9

Browse files
committed
Initial commit!
0 parents  commit b38fbb9

33 files changed

Lines changed: 139538 additions & 0 deletions

.gitignore

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### Lua template
3+
# Compiled Lua sources
4+
luac.out
5+
6+
# luarocks build files
7+
*.src.rock
8+
*.zip
9+
*.tar.gz
10+
11+
# Object files
12+
*.o
13+
*.os
14+
*.ko
15+
*.obj
16+
*.elf
17+
18+
# Precompiled Headers
19+
*.gch
20+
*.pch
21+
22+
# Libraries
23+
*.lib
24+
*.a
25+
*.la
26+
*.lo
27+
*.def
28+
*.exp
29+
30+
# Shared objects (inc. Windows DLLs)
31+
*.dll
32+
*.so
33+
*.so.*
34+
*.dylib
35+
36+
# Executables
37+
*.exe
38+
*.out
39+
*.app
40+
*.i*86
41+
*.x86_64
42+
*.hex
43+
44+
45+
### JetBrains template
46+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
47+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
48+
49+
# User-specific stuff
50+
.idea/**/workspace.xml
51+
.idea/**/tasks.xml
52+
.idea/**/usage.statistics.xml
53+
.idea/**/dictionaries
54+
.idea/**/shelf
55+
56+
# Generated files
57+
.idea/**/contentModel.xml
58+
59+
# Sensitive or high-churn files
60+
.idea/**/dataSources/
61+
.idea/**/dataSources.ids
62+
.idea/**/dataSources.local.xml
63+
.idea/**/sqlDataSources.xml
64+
.idea/**/dynamic.xml
65+
.idea/**/uiDesigner.xml
66+
.idea/**/dbnavigator.xml
67+
68+
# Gradle
69+
.idea/**/gradle.xml
70+
.idea/**/libraries
71+
72+
# Gradle and Maven with auto-import
73+
# When using Gradle or Maven with auto-import, you should exclude module files,
74+
# since they will be recreated, and may cause churn. Uncomment if using
75+
# auto-import.
76+
# .idea/artifacts
77+
# .idea/compiler.xml
78+
# .idea/modules.xml
79+
# .idea/*.iml
80+
# .idea/modules
81+
# *.iml
82+
# *.ipr
83+
84+
# CMake
85+
cmake-build-*/
86+
87+
# Mongo Explorer plugin
88+
.idea/**/mongoSettings.xml
89+
90+
# File-based project format
91+
*.iws
92+
93+
# IntelliJ
94+
out/
95+
96+
# mpeltonen/sbt-idea plugin
97+
.idea_modules/
98+
99+
# JIRA plugin
100+
atlassian-ide-plugin.xml
101+
102+
# Cursive Clojure plugin
103+
.idea/replstate.xml
104+
105+
# Crashlytics plugin (for Android Studio and IntelliJ)
106+
com_crashlytics_export_strings.xml
107+
crashlytics.properties
108+
crashlytics-build.properties
109+
fabric.properties
110+
111+
# Editor-based Rest Client
112+
.idea/httpRequests
113+
114+
# Android studio 3.1+ serialized cache file
115+
.idea/caches/build_file_checksums.ser
116+

Data/Docs/architect.png

1.05 MB
Loading

0 commit comments

Comments
 (0)