Skip to content

Instantly share code, notes, and snippets.

@sephraim
Created February 21, 2024 21:33
Show Gist options
  • Save sephraim/bcb2164814d8c227d5b909b1c486c8a6 to your computer and use it in GitHub Desktop.
Save sephraim/bcb2164814d8c227d5b909b1c486c8a6 to your computer and use it in GitHub Desktop.
[.dockerignore example]
.git/
/.bundle/
/coverage/
/doc/
/log/*.log
/node_modules/
/output/
/pkg/
/public/uploads/
/public/test/
/scratch/
/tmp/
/vendor/bundle/
/db/*.sqlite3
/db/*.sqlite3-journal
/.yardoc
/_yardoc/
*.gem
.DS_Store
.rspec_status
# Local dev config
/config/settings.local.yml
/.devcontainer/
/.vscode/
.byebug_history
.env
.ruby-version
.rvm
.tool-versions
docker-compose.debug.y*ml
docker-compose.override.y*ml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment