d8bcdce879
commit 0d624137c2557c6eeb87020749e4977b821c2b5c Author: Adrien <adrien.cesaro@proton.me> Date: Thu Apr 9 11:55:22 2026 +0200 backend native image setup
25 lines
168 B
Plaintext
25 lines
168 B
Plaintext
# Java build artifacts
|
|
target/
|
|
*.class
|
|
*.jar
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|