Created
February 21, 2024 21:33
-
-
Save sephraim/bcb2164814d8c227d5b909b1c486c8a6 to your computer and use it in GitHub Desktop.
[.dockerignore example]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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