wip
This commit is contained in:
62
.dockerignore
Normal file
62
.dockerignore
Normal file
@@ -0,0 +1,62 @@
|
||||
# Node modules
|
||||
node_modules
|
||||
npm-debug.log
|
||||
yarn-debug.log
|
||||
yarn-error.log
|
||||
|
||||
# Build outputs
|
||||
dist
|
||||
.next
|
||||
build
|
||||
out
|
||||
.turbo
|
||||
|
||||
# Env files (will be added separately)
|
||||
.env
|
||||
.env.*
|
||||
!.env.development
|
||||
!.env.production
|
||||
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Docker
|
||||
Dockerfile*
|
||||
docker-compose*
|
||||
.dockerignore
|
||||
|
||||
# IDE
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Documentation
|
||||
*.md
|
||||
!README.md
|
||||
|
||||
# Tests
|
||||
coverage
|
||||
.nyc_output
|
||||
test-results
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs
|
||||
|
||||
# Large directories to exclude
|
||||
html-dumps
|
||||
html-dumps-optimized
|
||||
backups
|
||||
.husky
|
||||
|
||||
# Development files
|
||||
.prettierrc
|
||||
.eslintrc*
|
||||
tsconfig.tsbuildinfo
|
||||
Reference in New Issue
Block a user