Skip to content

Instantly share code, notes, and snippets.

@smapira
Created August 24, 2020 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smapira/f4c450f56e0083affe42b8aca30ac867 to your computer and use it in GitHub Desktop.
Save smapira/f4c450f56e0083affe42b8aca30ac867 to your computer and use it in GitHub Desktop.
.dockerignore for new rails project
!log/.keep
!public/assets/.keep
!tmp/.keep
.bundle
.byebug_history
.circleci
.env
.env.*
.git/*
.github
.gitignore
.idea
.rspec
.rubocop.yml
Dockerfile
README.md
bitbucket
coverage
db/*.sqlite3
db/seeds.rb
db/seeds/*
docker-compose.yml
documents
log/*
node_modules
public/assets/*
scripts
spec
vendor
yarn-error.log
bk_*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment