Skip to content

Commit 2d2740f

Browse files
committed
v0.1.0
0 parents  commit 2d2740f

File tree

189 files changed

+77724
-0
lines changed

Some content is hidden

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

189 files changed

+77724
-0
lines changed

.gitignore

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
### https://raw.github.com/github/gitignore/b0012e4930d0a8c350254a3caeedf7441ea286a3/Scala.gitignore
2+
3+
dblibj/*.class
4+
dblibj/*.log
5+
6+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
7+
dblibj/hs_err_pid*
8+
9+
10+
### https://raw.github.com/github/gitignore/b0012e4930d0a8c350254a3caeedf7441ea286a3/Global/SBT.gitignore
11+
12+
# Simple Build Tool
13+
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
14+
15+
dblibj/dist/*
16+
dblibj/target/
17+
dblibj/lib_managed/
18+
dblibj/src_managed/
19+
dblibj/project/boot/
20+
dblibj/project/plugins/project/
21+
dblibj/.history
22+
dblibj/.cache
23+
dblibj/.lib/
24+
25+
26+
### https://raw.github.com/github/gitignore/b0012e4930d0a8c350254a3caeedf7441ea286a3/Global/JetBrains.gitignore
27+
28+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
29+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
30+
31+
# User-specific stuff
32+
dblibj/.idea/**/workspace.xml
33+
dblibj/.idea/**/tasks.xml
34+
dblibj/.idea/**/usage.statistics.xml
35+
dblibj/.idea/**/dictionaries
36+
dblibj/.idea/**/shelf
37+
38+
# AWS User-specific
39+
dblibj/.idea/**/aws.xml
40+
41+
# Generated files
42+
dblibj/.idea/**/contentModel.xml
43+
44+
# Sensitive or high-churn files
45+
dblibj/.idea/**/dataSources/
46+
dblibj/.idea/**/dataSources.ids
47+
dblibj/.idea/**/dataSources.local.xml
48+
dblibj/.idea/**/sqlDataSources.xml
49+
dblibj/.idea/**/dynamic.xml
50+
dblibj/.idea/**/uiDesigner.xml
51+
dblibj/.idea/**/dbnavigator.xml
52+
53+
# Gradle
54+
dblibj/.idea/**/gradle.xml
55+
dblibj/.idea/**/libraries
56+
57+
# Gradle and Maven with auto-import
58+
# When using Gradle or Maven with auto-import, you should exclude module files,
59+
# since they will be recreated, and may cause churn. Uncomment if using
60+
# auto-import.
61+
# .idea/artifacts
62+
# .idea/compiler.xml
63+
# .idea/jarRepositories.xml
64+
# .idea/modules.xml
65+
# .idea/*.iml
66+
# .idea/modules
67+
# *.iml
68+
# *.ipr
69+
70+
# CMake
71+
dblibj/cmake-build-*/
72+
73+
# Mongo Explorer plugin
74+
dblibj/.idea/**/mongoSettings.xml
75+
76+
# File-based project format
77+
*.iws
78+
79+
# IntelliJ
80+
dblibj/out/
81+
82+
# mpeltonen/sbt-idea plugin
83+
dblibj/.idea_modules/
84+
85+
# JIRA plugin
86+
dblibj/atlassian-ide-plugin.xml
87+
88+
# Cursive Clojure plugin
89+
dblibj/.idea/replstate.xml
90+
91+
# Crashlytics plugin (for Android Studio and IntelliJ)
92+
dblibj/com_crashlytics_export_strings.xml
93+
dblibj/crashlytics.properties
94+
dblibj/crashlytics-build.properties
95+
dblibj/fabric.properties
96+
97+
# Editor-based Rest Client
98+
dblibj/.idea/httpRequests
99+
100+
# Android studio 3.1+ serialized cache file
101+
dblibj/.idea/caches/build_file_checksums.ser
102+
103+

0 commit comments

Comments
 (0)