22 lines
258 B
Plaintext
22 lines
258 B
Plaintext
# Versioning and metadata
|
|
.git
|
|
.gitignore
|
|
.dockerignore
|
|
|
|
# Build dependencies
|
|
dist
|
|
node_modules
|
|
coverage
|
|
|
|
# Environment (contains sensitive data)
|
|
.env
|
|
|
|
# Files not required for production
|
|
.editorconfig
|
|
Dockerfile
|
|
README.md
|
|
tslint.json
|
|
nodemon.json
|
|
.idea
|
|
k8s
|