Created
August 24, 2020 13:23
-
-
Save smapira/f4c450f56e0083affe42b8aca30ac867 to your computer and use it in GitHub Desktop.
.dockerignore for new rails project
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
!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