Skip to content

Commit

Permalink
Improve .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AndesKrrrrrrrrrrr committed Nov 27, 2024
1 parent 0226fb1 commit a1a4be5
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 a1a4be5

Please sign in to comment.