Skip to content

Commit 4e27664

Browse files
committed
Initial Commit
1 parent a1041b9 commit 4e27664

File tree

307 files changed

+20705
-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.

307 files changed

+20705
-0
lines changed

.editorconfig

Lines changed: 1171 additions & 0 deletions
Large diffs are not rendered by default.

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Alle Textdateien (* text=auto) sollen den Unix-Zeilenumbruch (eol=lf) nutzen
2+
* text=auto eol=lf

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Covers Maven specific
2+
target/
3+
pom.xml.tag
4+
pom.xml.releaseBackup
5+
pom.xml.versionsBackup
6+
pom.xml.next
7+
release.properties
8+
dependency-reduced-pom.xml
9+
buildNumber.properties
10+
.mvn/timing.properties
11+
!/.mvn/wrapper/maven-wrapper.jar
12+
13+
# Covers Eclipse specific:
14+
.settings/
15+
.classpath
16+
.project
17+
18+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
19+
.idea
20+
*.iml
21+
22+
# Covers Netbeans:
23+
**/nbproject/private/
24+
**/nbproject/Makefile-*.mk
25+
**/nbproject/Package-*.bash
26+
build/
27+
nbbuild/
28+
dist/
29+
nbdist/
30+
.nb-gradle/
31+
32+
# do not check in Database Filler and application profile yml
33+
src/**/DatabaseFiller.java
34+
src/**/application-*.yml
35+
src/**/logback-spring.xml

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include:
2+
- project: "$INCLUDE_CICD_PROJECT"
3+
ref: "main"
4+
file:
5+
- "$INCLUDE_CICD_GITLAB_YML"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<div id="top"></div>
22

3+
# !! Under Construction - In Arbeit !!
4+
35
<!-- PROJECT SHIELDS -->
46

57
<!-- END OF PROJECT SHIELDS -->

0 commit comments

Comments
 (0)