Skip to content

Commit

Permalink
Stop symlinking .dockerignore and add more stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed May 10, 2020
1 parent 965cc65 commit 6fbc153
Showing 1 changed file with 40 additions and 1 deletion.
1 change: 0 additions & 1 deletion .dockerignore

This file was deleted.

40 changes: 40 additions & 0 deletions .dockerignore
@@ -0,0 +1,40 @@
/log
/tmp
/.env
/.dockerenv
/.vagrant
/.bundle
Thumbs.db
.DS_Store
*.swp
*~
ubuntu-*-cloudimg-console.log
.powder
.irb_history
*.crt
*.key

# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml



# entries above are copied from .gitignore

/.dockerenv.example
/.dockerignore
/.ebextensions
/.env.example
/.git
/.gitignore
/.platform
/.ruby-version
/Caddyfile
/Dockerfile
/Vagrantfile
/app.json
/docker-compose.yml
/kubernetes
/prometheus.yml

0 comments on commit 6fbc153

Please sign in to comment.