14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
node_modules
|
|
.git
|
|
.gitignore
|
|
.env
|
|
.DS_Store
|
|
*.log
|
|
|
|
# We might want monitor.html if it's static, but the code generates it if missing or reads it.
|
|
# Let's keep monitor.html if it exists in source, but ignore other junk.
|
|
npm-debug.log
|
|
Dockerfile
|
|
docker-compose.yml
|
|
DOCKER_README.md
|