LafayetteCollegeLibraries/spot

View on GitHub
.dockerignore

Summary

Maintainability
Test Coverage
# start by ignoring everything
*

# allow app directories that we need
!/app
!/bin
!/config
!/db
!/derivatives/.keep
!/ingest/.keep
!/lib
!/log/.keep
!/public
!/tmp/.keep
!/tmp/import/.keep
!/tmp/import/files/.keep
!/vendor/.keep

# allow files @ app root
!.env.development
!.rspec
!.rubocop.yml
!.rubocop_todo.yml
!.scss-lint.yml
!config.ru
!Gemfile
!Gemfile.lock
!package.json
!Rakefile
!yarn.lock

# don't copy over generated files
public/assets
public/branding
public/uv