initial setup and first notes

This commit is contained in:
Kersten Kriegbaum 2025-04-22 22:50:57 +02:00
commit f9d3862a29
2 changed files with 50 additions and 0 deletions

42
.gitignore vendored Normal file
View file

@ -0,0 +1,42 @@
# IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr
out/
.idea_modules/
# Compiled files
*.class
*.jar
*.war
*.ear
target/
build/
# Logs
*.log
log/
logs/
# OS specific files
.DS_Store
Thumbs.db
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
# Gradle
.gradle/
build/
# Node.js
node_modules/
npm-debug.log
yarn-error.log