34 lines
342 B
Plaintext
34 lines
342 B
Plaintext
# Build artifacts
|
|
target/
|
|
**/target/
|
|
node_modules/
|
|
**/node_modules/
|
|
|
|
# Frontend build outputs
|
|
.next/
|
|
dist/
|
|
build/
|
|
|
|
# Development files
|
|
.env
|
|
.env.local
|
|
*.log
|
|
|
|
# Git and IDE
|
|
.git/
|
|
.gitignore
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test results
|
|
coverage/
|
|
e2e/playwright-report/
|
|
e2e/test-results/
|
|
|
|
# TLS/ACME secrets
|
|
nginx/certs-data/
|