Initial commit

This commit is contained in:
Andreas Omholt Olsen
2025-12-30 20:30:27 +01:00
committed by Andreas Omholt Olsen
commit 33086c14b8
7 changed files with 98 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# output folders
bin/
target/
/.metadata/
.idea/
.DS_Store
# temporary generated files
*.xtendbin
*._trace
.settings/
out/
# JDT-specific (Eclipse Java Development Tools)
# .classpath
# Include directories for initial commit
src/main/resources/*
!src/main/resources/.gitkeep
src/test/java/*
!src/test/java/.gitkeep