Skip to content

Commit

Permalink
feat: add .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
doprz committed Nov 22, 2024
1 parent 123fd8e commit 3840cb0
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Version control
.git
.gitignore
.gitattributes

# Dependencies
node_modules
.pnpm-store

# Development
.vscode
.idea
*.log
*.lock
!pnpm-lock.yaml
.env
.env.*
!.env.example

# Build outputs
dist
build
.next
.nuxt
.output

# Testing
coverage
.nyc_output

# OS files
.DS_Store
Thumbs.db

# Docker
Dockerfile
.dockerignore
docker-compose*

# Documentation
README.md
CHANGELOG.md
DOCKER_DEV_SETUP.md
docs/

0 comments on commit 3840cb0

Please sign in to comment.