Skip to content

Commit f608661

Browse files
authored
Merge pull request #5 from 1595Dragons/development
Updated the scouting app server
2 parents fdba0be + 21fd598 commit f608661

File tree

130 files changed

+7896
-4448
lines changed

Some content is hidden

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

130 files changed

+7896
-4448
lines changed

.classpath

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

.gitignore

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,72 @@ hs_err_pid*
1818

1919
*.csv
2020
.DS_Store
21+
scouting-data.db
22+
config.json
23+
24+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
25+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
26+
27+
# User-specific stuff
28+
.idea/**/workspace.xml
29+
.idea/**/tasks.xml
30+
.idea/**/usage.statistics.xml
31+
.idea/**/dictionaries
32+
.idea/**/shelf
33+
34+
# Generated files
35+
.idea/**/contentModel.xml
36+
37+
# Sensitive or high-churn files
38+
.idea/**/dataSources/
39+
.idea/**/dataSources.ids
40+
.idea/**/dataSources.local.xml
41+
.idea/**/sqlDataSources.xml
42+
.idea/**/dynamic.xml
43+
.idea/**/uiDesigner.xml
44+
.idea/**/dbnavigator.xml
45+
46+
# Gradle
47+
.idea/**/gradle.xml
48+
.idea/**/libraries
49+
50+
# Gradle and Maven with auto-import
51+
# When using Gradle or Maven with auto-import, you should exclude module files,
52+
# since they will be recreated, and may cause churn. Uncomment if using
53+
# auto-import.
54+
# .idea/modules.xml
55+
# .idea/*.iml
56+
# .idea/modules
57+
58+
# CMake
59+
cmake-build-*/
60+
61+
# Mongo Explorer plugin
62+
.idea/**/mongoSettings.xml
63+
64+
# File-based project format
65+
*.iws
66+
67+
# IntelliJ
68+
out/
69+
70+
# mpeltonen/sbt-idea plugin
71+
.idea_modules/
72+
73+
# JIRA plugin
74+
atlassian-ide-plugin.xml
75+
76+
# Cursive Clojure plugin
77+
.idea/replstate.xml
78+
79+
# Crashlytics plugin (for Android Studio and IntelliJ)
80+
com_crashlytics_export_strings.xml
81+
crashlytics.properties
82+
crashlytics-build.properties
83+
fabric.properties
84+
85+
# Editor-based Rest Client
86+
.idea/httpRequests
87+
88+
# Android studio 3.1+ serialized cache file
89+
.idea/caches/build_file_checksums.ser

.idea/artifacts/Scouting_App_Server_jar.xml

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

.idea/codeStyles/codeStyleConfig.xml

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

.idea/encodings.xml

Lines changed: 4 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.

.project

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

.settings/org.eclipse.jdt.core.prefs

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

0 commit comments

Comments
 (0)