# Dependencies node_modules npm-debug.log* yarn-debug.log* yarn-error.log* # Build outputs dist build *.log # Git .git .gitignore .gitattributes # IDE .vscode .idea *.swp *.swo *~ # OS .DS_Store Thumbs.db # Testing coverage .nyc_output *.test.ts *.spec.ts tests # CI/CD .github # Documentation *.md !README.md docs # Docker Dockerfile* docker-compose*.yml .dockerignore # Environment .env .env.local .env.*.local # Sensitive key material *.pem *.key *.p12 *.pfx *.crt # Misc tmp temp *.tmp