Add some scaffolding.

This commit is contained in:
2026-05-29 12:57:56 -06:00
parent 804fae4a90
commit 6ca1117565
8 changed files with 264 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Maven
target/
*.class
*.jar
*.war
# IDE
.idea/
*.iml
.vscode/
*.eclipse
.project
.classpath
.settings/
# Environment
.env
.env.local
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/