Files
sharesyllabus-server/.dockerignore
2025-12-06 17:25:05 -08:00

52 lines
428 B
Plaintext

# Dependencies
node_modules
# Git
.git
.gitignore
.gitattributes
# Environment files
.env
.env.local
.env.*.local
# IDE
.idea
.vscode
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Build artifacts
dist
build
# Test files
*.test.ts
*.spec.ts
__tests__
coverage
# Documentation
README.md
*.md
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Misc
*.txt
.graphqlconfig
vercel.json
scripts