Files
env-guard/.gitignore
7000pctAUTO 781f3244d3
Some checks failed
CI / binary (push) Has been cancelled
CI / release (push) Has been cancelled
CI / test (push) Has been cancelled
fix: remove unused Validator initialization causing clippy warnings
2026-02-06 10:39:42 +00:00

23 lines
151 B
Plaintext

# Cargo
target/
*.lock
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Secrets
*.pem
*.key