Sha256: 5426724201cb91535c3ea30059c411e5849bfb80c89a6ccd4e0d2e5d097174ca

Contents?: true

Size: 788 Bytes

Versions: 12

Compression:

Stored size: 788 Bytes

Contents

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

# Ignore git directory.
/.git/

# Ignore bundler config.
/.bundle

# Ignore all environment files (except templates).
/.env*
!/.env*.erb

# Ignore all default key files.
/config/master.key
/config/credentials/*.key

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

# Ignore pidfiles, but keep the directory.
/tmp/pids/*
!/tmp/pids/.keep

# Ignore storage (uploaded files in development and any SQLite databases).
/storage/*
!/storage/.keep
/tmp/storage/*
!/tmp/storage/.keep

# Ignore assets.
/node_modules/
/app/assets/builds/*
!/app/assets/builds/.keep
/public/assets

# Use the one in the base Dockerfile
.ruby-version

security-results.json
coverage/

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hephaestus-0.8.17 templates/root/hephaestus_dockerignore
hephaestus-0.8.16.1 templates/root/hephaestus_dockerignore
hephaestus-0.8.16 templates/root/hephaestus_dockerignore
hephaestus-0.8.15.5 templates/root/hephaestus_dockerignore
hephaestus-0.8.15.4 templates/root/hephaestus_dockerignore
hephaestus-0.8.15.3 templates/root/hephaestus_dockerignore
hephaestus-0.8.15.2 templates/root/hephaestus_dockerignore
hephaestus-0.8.15.1 templates/root/hephaestus_dockerignore
hephaestus-0.8.15 templates/root/hephaestus_dockerignore
hephaestus-0.8.14 templates/root/hephaestus_dockerignore
hephaestus-0.8.13 templates/root/hephaestus_dockerignore
hephaestus-0.8.12.2 templates/root/hephaestus_dockerignore