33 lines
336 B
Plaintext
33 lines
336 B
Plaintext
node_modules
|
|
npm-debug.log*
|
|
.git
|
|
.gitignore
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
*.tar
|
|
*.tar.gz
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# Test & Coverage
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Build output (built during docker build)
|
|
dist
|
|
|
|
# Documentation
|
|
README.md
|
|
README.DOCKER.md
|
|
docs
|
|
|
|
# Docker files
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
docker-deployment.json
|
|
*.ps1
|