Skip to content

Commit 397208a

Browse files
committed
filling out functionality
1 parent bf5f119 commit 397208a

7 files changed

Lines changed: 265 additions & 64 deletions

File tree

.gitignore

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,70 @@ Thumbs.db
4242

4343
# meta
4444
**/*.meta
45+
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/modules.xml
77+
# .idea/*.iml
78+
# .idea/modules
79+
80+
# CMake
81+
cmake-build-*/
82+
83+
# Mongo Explorer plugin
84+
.idea/**/mongoSettings.xml
85+
86+
# File-based project format
87+
*.iws
88+
89+
# IntelliJ
90+
out/
91+
92+
# mpeltonen/sbt-idea plugin
93+
.idea_modules/
94+
95+
# JIRA plugin
96+
atlassian-ide-plugin.xml
97+
98+
# Cursive Clojure plugin
99+
.idea/replstate.xml
100+
101+
# Crashlytics plugin (for Android Studio and IntelliJ)
102+
com_crashlytics_export_strings.xml
103+
crashlytics.properties
104+
crashlytics-build.properties
105+
fabric.properties
106+
107+
# Editor-based Rest Client
108+
.idea/httpRequests
109+
110+
# Android studio 3.1+ serialized cache file
111+
.idea/caches/build_file_checksums.ser

.idea/Allow2.iml

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

.idea/misc.xml

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

.idea/modules.xml

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

.idea/vcs.xml

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

0 commit comments

Comments
 (0)