Sha256: 597840733b3d5eeea5ad8162ffad1616f2c87b22e7293f35b40db9e652223f2b

Contents?: true

Size: 716 Bytes

Versions: 15

Compression:

Stored size: 716 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 default key files.
/config/master.key
/config/credentials/*.key

# Ignore all environment files.
/.env*
!/.env.example

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

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

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

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hephaestus-0.7.2 templates/.dockerignore
hephaestus-0.7.1 templates/.dockerignore
hephaestus-0.7.0 templates/.dockerignore
hephaestus-0.6.4 templates/.dockerignore
hephaestus-0.6.3 templates/.dockerignore
hephaestus-0.6.2 templates/.dockerignore
hephaestus-0.6.1 templates/.dockerignore
hephaestus-0.6.0 templates/.dockerignore
hephaestus-0.5.2 templates/.dockerignore
hephaestus-0.5.1 templates/.dockerignore
hephaestus-0.5.0 templates/.dockerignore
hephaestus-0.4.0 templates/.dockerignore
hephaestus-0.3.1 templates/.dockerignore
hephaestus-0.2.3 templates/.dockerignore
hephaestus-0.2.2 templates/.dockerignore