f3566a3c1a
Co-Authored-By: Mira Rehfeld <noreply@anthropic.com>
32 lines
466 B
Plaintext
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/
|