Skip to content

Commit 0b36f09

Browse files
committed
Merge remote-tracking branch 'origin/development' into development
2 parents 09405a5 + cb39a42 commit 0b36f09

31 files changed

+688
-773
lines changed

.gitignore

+27-22
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,34 @@
1-
# Compiled class file
2-
*.class
1+
# Eclipse
2+
.classpath
3+
.project
4+
.settings/
35

4-
# Log file
5-
*.log
6+
# VS Code
7+
.vscode
68

7-
# Maven targets
8-
target/*
9+
# Intellij
10+
.idea/
11+
*.iml
12+
*.iws
913

10-
# BlueJ files
11-
*.ctxt
14+
# Mac
15+
.DS_Store
1216

13-
# Mobile Tools for Java (J2ME)
14-
.mtj.tmp/
17+
# Maven
18+
target/
19+
**/.flattened-pom.xml
1520

16-
# Package Files #
17-
*.jar
18-
*.war
19-
*.nar
20-
*.ear
21-
*.zip
22-
*.tar.gz
23-
*.rar
21+
# Some of our applications generate logs, which should be ignored by git
22+
logs/
2423

25-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
26-
hs_err_pid*
24+
# Other
25+
**/.factorypath
2726

28-
# misc
29-
*.DS_STORE
27+
# compiled Vaadin widgetsets
28+
**/VAADIN/widgetsets
29+
30+
# From docs
31+
**/__pycache__
32+
33+
# Properties, which may contain sensitive information
34+
**/developer.properties

mvnw

-310
This file was deleted.

0 commit comments

Comments
 (0)