11 lines
146 B
Plaintext
11 lines
146 B
Plaintext
# Secrets and environment variables
|
|
k8s/mongo-secret.yml
|
|
.env
|
|
*/.env
|
|
**/.env
|
|
.env.*
|
|
|
|
# Node modules and build artifacts
|
|
node_modules/
|
|
dist/
|
|
build/ |