Base project structure and files

This commit is contained in:
2023-03-12 17:53:52 +01:00
parent 213b889acb
commit 9b00ab0bae
11 changed files with 523 additions and 0 deletions

6
.gitignore vendored
View File

@@ -21,3 +21,9 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
#JetBrains IntelliJ folder
/.idea/
#Maven Generated
/target/