franklinyu/Votta-on-Rails

View on GitHub
.dockerignore

Summary

Maintainability
Test Coverage
# See https://docs.docker.com/engine/reference/builder/#dockerignore-file
# for more about Docker ignoring files.

# Ignore bundler config.
.bundle/

# Ignore the default SQLite database.
db/*.sqlite3
db/*.sqlite3-journal

# Ignore all logfiles and tempfiles.
log/*
tmp/*
!log/.keep
!tmp/.keep

# Ignore Byebug command history file.
.byebug_history

# Ignore generated documentations
doc/

# Ignore coverage files generated by SimpleCov
coverage/

# Docker related files
.env
Dockerfile
docker-compose.yaml
.dockerignore

# things unneccesary in container
*.markdown
.gitignore
.git/