Some checks failed
Deploy Encrypted Todo App / build-and-push (push) Has been cancelled
80 lines
909 B
Plaintext
80 lines
909 B
Plaintext
# Node modules and package manager files
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.npm
|
|
.yarn-integrity
|
|
|
|
# Development and build artifacts
|
|
coverage/
|
|
*.lcov
|
|
.nyc_output
|
|
build/
|
|
dist/
|
|
*.tsbuildinfo
|
|
|
|
# Runtime files
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
logs/
|
|
*.log
|
|
|
|
# Cache directories
|
|
.cache/
|
|
.parcel-cache/
|
|
.rpt2_cache/
|
|
.rts2_cache_cjs/
|
|
.rts2_cache_es/
|
|
.rts2_cache_umd/
|
|
|
|
# Environment files (except production)
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Git files
|
|
.git/
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# GitHub workflows and documentation
|
|
.github/
|
|
README.md
|
|
LICENSE
|
|
*.md
|
|
|
|
# Docker files
|
|
Dockerfile*
|
|
docker-compose*
|
|
.dockerignore
|
|
|
|
# SQLite databases (will be created in container)
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Local development files
|
|
server.log
|
|
server.pid
|
|
server_output.log
|
|
|
|
# Test files
|
|
test/
|
|
tests/
|
|
*.test.js
|
|
*.spec.js
|