35 lines
418 B
Plaintext
35 lines
418 B
Plaintext
# Node and build artifacts
|
|
node_modules
|
|
dist
|
|
.DS_Store
|
|
npm-debug.log
|
|
yarn-error.log
|
|
.lock-wscript
|
|
|
|
# Local env files and editor stuff
|
|
.env
|
|
.env.*
|
|
.secrets
|
|
.secrets.*
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Kubernetes manifests, CI, Dockerfiles (if you intentionally want them out of build context)
|
|
.k8s
|
|
.github
|
|
Dockerfile
|
|
|
|
# tests and misc
|
|
coverage
|
|
tests
|
|
|
|
# keep package files
|
|
!package*.json
|
|
!package-lock.json
|
|
|