Files
netwatch/.gitignore
clawbot a644efe9ff
All checks were successful
check / check (push) Successful in 45s
chore: root .editorconfig and hardened .gitignore (closes #15)
2026-08-10 15:47:49 +02:00

28 lines
192 B
Plaintext

# OS
.DS_Store
Thumbs.db
# Editors
*.swp
*.swo
*~
*.bak
.idea/
.vscode/
*.sublime-*
# Node
node_modules/
# Environment / secrets
.env
.env.*
*.pem
*.key
# Build output
dist/
# Logs
*.log