Skip to content

Commit

Permalink
chore(infra): Improve .dockerignore (#17048)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
AndesKrrrrrrrrrrr and kodiakhq[bot] authored Nov 27, 2024
1 parent 6d774ed commit ede53ec
Showing 1 changed file with 30 additions and 7 deletions.
37 changes: 30 additions & 7 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,31 @@
node_modules/
dist/
scripts/ci/
# vi: ft=gitignore

# Known ignores
/.github/
/.git/
/scripts/ci/
/.env.*
/.envrc*

# Cache and packages
**/node_modules/
**/cache/
/cache*
cache/
.git/
log/
*.log

# Logs and temporaries
**/log/
**/*.log
**/tmp/
**/temp/

# Outputs
**/dist/
**/out/

# Docker-stuff
**/Dockerfile
**/Dockerfile.*
**/Containerfile
**/Containerfile.*
**/*-compose.yaml
**/*-compose.yml

0 comments on commit ede53ec

Please sign in to comment.