You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
529 B
61 lines
529 B
|
3 months ago
|
# Dependencies
|
||
|
|
node_modules/
|
||
|
|
|
||
|
|
# Build output
|
||
|
|
dist/
|
||
|
|
build/
|
||
|
|
|
||
|
|
# Environment variables
|
||
|
|
.env
|
||
|
|
.env.local
|
||
|
|
.env.*.local
|
||
|
|
|
||
|
|
# Logs
|
||
|
|
logs/
|
||
|
|
*.log
|
||
|
|
npm-debug.log*
|
||
|
|
yarn-debug.log*
|
||
|
|
yarn-error.log*
|
||
|
|
|
||
|
|
# Database
|
||
|
|
*.sqlite
|
||
|
|
*.sqlite3
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.idea/
|
||
|
|
.vscode/
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
coverage/
|
||
|
|
*.test.ts
|
||
|
|
*.spec.ts
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
.cache/
|
||
|
|
temp/
|
||
|
|
tmp/
|
||
|
|
|
||
|
|
# Docker
|
||
|
|
docker-compose*.yml
|
||
|
|
Dockerfile*
|
||
|
|
.dockerignore
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git/
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# Documentation
|
||
|
|
README.md
|
||
|
|
*.md
|
||
|
|
STARTUP_GUIDE.md
|
||
|
|
|
||
|
|
# Init scripts (will be mounted as volume)
|
||
|
|
init-scripts/
|