Skip to content

Commit

Permalink
Merge pull request #1 from Shriyansh-20/Shriyansh-20-patch-1
Browse files Browse the repository at this point in the history
added .dockerignore
  • Loading branch information
Shriyansh-20 authored Nov 26, 2024
2 parents 0bca0dd + 81cb565 commit 83487f2
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions vercel-deploy-service/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Ignore node_modules (will be rebuilt inside the container)
node_modules

# Ignore logs
*.log

# Ignore temporary files and cache
npm-debug.log
yarn-debug.log
yarn-error.log
.DS_Store
.cache

# Ignore build artifacts
dist/
output/

# Ignore environment variables
.env
.env.*

# Ignore version control
.git
.gitignore

# Ignore Docker-related files not needed in the image
docker-compose.yml

# Ignore IDE settings
.vscode
.idea

0 comments on commit 83487f2

Please sign in to comment.