Set up the Node.js project skeleton, define environment variable template, and exclude secrets, certs, and nginx runtime from version control.
12 lines
133 B
Plaintext
12 lines
133 B
Plaintext
# Environment secrets
|
|
.env
|
|
|
|
# SSL certificates and private keys
|
|
deploy/certs/
|
|
|
|
# Nginx runtime data
|
|
.nginx/
|
|
|
|
# Node.js
|
|
node_modules/
|