Files
apix-mvp/.gitignore
T
2026-05-17 13:37:29 +02:00

32 lines
466 B
Plaintext

# Script run logs and runtime artifacts
logs/
.logs/
.pids/
C*Temp*.json
# flatten-maven-plugin resolves ${revision} into installed POMs
.flattened-pom.xml
# Local environment — never commit real credentials
.env
# Bunny.net pull zone ID written by setup-bunnynet.sh
.bunnynet-pull-zone-id
# Maven build output
target/
**/target/
# Sanctions list cache (downloaded at runtime)
sanctions-cache/
# IDE
.idea/
*.iml
.vscode/
# OS
.DS_Store
Thumbs.db
/.allure/