Skip to content

Commit d4a919b

Browse files
author
Dennis Labordus
committed
Update License and add ignore file.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent c5cd21f commit d4a919b

File tree

4 files changed

+261
-201
lines changed

4 files changed

+261
-201
lines changed

.gitignore

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# SPDX-FileCopyrightText: 2020 Alliander N.V.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
# Compiled class file
6+
*.class
7+
8+
# Log file
9+
*.log
10+
11+
# BlueJ files
12+
*.ctxt
13+
14+
# Mobile Tools for Java (J2ME)
15+
.mtj.tmp/
16+
17+
# Package Files #
18+
*.jar
19+
*.war
20+
*.nar
21+
*.ear
22+
*.zip
23+
*.tar.gz
24+
*.rar
25+
26+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
27+
hs_err_pid*
28+
29+
# Alliander specific
30+
oc
31+
32+
# Gradle stuff
33+
.gradle
34+
**/build/
35+
!src/**/build/
36+
37+
# Ignore Gradle GUI config
38+
gradle-app.setting
39+
40+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
41+
!gradle-wrapper.jar
42+
43+
# Cache of project
44+
.gradletasknamecache
45+
46+
# IDE specific
47+
.vscode/
48+
.idea
49+
50+
# General
51+
.DS_Store
52+
target
53+
*.iml
54+
.settings
55+
.project
56+
.classpath
57+
out
58+
lib
59+
bin
60+
.java-version
61+
*.orig
62+
*.rej
63+
*.swp
64+
*.swo
65+
.cache
66+
build
67+
68+
# Quarkus specific
69+
quarkus.log

LICENSE

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

0 commit comments

Comments
 (0)