Files
kanban/.gitignore
Gahow Wang 4fdd41a05a chore: initialize project with package.json, .env.example and .gitignore
Set up the Node.js project skeleton, define environment variable
template, and exclude secrets, certs, and nginx runtime from version control.
2026-05-15 11:12:14 +08:00

12 lines
133 B
Plaintext

# Environment secrets
.env
# SSL certificates and private keys
deploy/certs/
# Nginx runtime data
.nginx/
# Node.js
node_modules/