Skip to content

Commit

Permalink
.dockerignore apparently doesn't recurse like .gitignore, how lame.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Oct 24, 2022
1 parent 5c68827 commit 84d000e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
/.dockerenv
/.vagrant
/.bundle
Thumbs.db
.DS_Store
*.swp
*~
**/Thumbs.db
**/.DS_Store
**/*.swp
**/*~
ubuntu-*-cloudimg-console.log
.powder
.irb_history
*.crt
*.key
**/*.crt
**/*.key

# Elastic Beanstalk Files
.elasticbeanstalk/*
Expand All @@ -38,3 +38,4 @@ ubuntu-*-cloudimg-console.log
/docker-compose.yml
/kubernetes
/prometheus.yml
/fly.toml

0 comments on commit 84d000e

Please sign in to comment.