.dockerignore 524 B

1234567891011121314151617181920
  1. # See https://help.github.com/articles/ignoring-files for more about ignoring files.
  2. #
  3. # If you find yourself ignoring temporary files generated by your text editor
  4. # or operating system, you probably want to add a global ignore instead:
  5. # git config --global core.excludesfile '~/.gitignore_global'
  6. # Ignore bundler config.
  7. /.bundle
  8. # Ignore the default SQLite database.
  9. /db/*.sqlite3
  10. /db/*.sqlite3-journal
  11. /db/development.sqlite3
  12. db/development.sqlite3
  13. # Ignore all logfiles and tempfiles.
  14. /log/*
  15. !/log/.keep
  16. /tmp
  17. log