forked from it-at-m/dave-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (39 loc) · 1.02 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Covers Maven specific
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
!/.mvn/wrapper/maven-wrapper.jar
# Covers Eclipse specific:
.settings/
.classpath
.project
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
.idea
*.iml
# Covers Netbeans:
**/nbproject/private/
**/nbproject/Makefile-*.mk
**/nbproject/Package-*.bash
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
/index/default/de.muenchen.dave.domain.Zaehlstelle/
/index/default/de.muenchen.dave.domain.Zaehlung/
/index/default/
/src/main/resources/pdf/templates/test.mustache
/src/test/java/de/muenchen/dave/services/pdfgenerator/MustacheTest.java
# helps for local environment variables
.env
# helps local on dev computer to manage different java-versions (see more: https://www.jenv.be/)
.java-version
# do not check in local application profile yml
src/**/application-local.yml
/.openapi-generator/