Skip to content

Commit

Permalink
revert: "chore(infra): Improve .dockerignore (#17048)" (#17063)
Browse files Browse the repository at this point in the history
This reverts commit ede53ec.
  • Loading branch information
AndesKrrrrrrrrrrr authored Nov 28, 2024
1 parent 5994adc commit 1fdf64d
Showing 1 changed file with 7 additions and 30 deletions.
37 changes: 7 additions & 30 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,8 @@
# vi: ft=gitignore

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

# Cache and packages
**/node_modules/
**/cache/
node_modules/
dist/
scripts/ci/
/cache*

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

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

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

0 comments on commit 1fdf64d

Please sign in to comment.