Sha256: 2252c81fcd8c1692eda285097069970142b2b63829eddf87ac09b0cb599c1862

Contents?: true

Size: 854 Bytes

Versions: 14

Compression:

Stored size: 854 Bytes

Contents

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

# Ignore git directory.
/.git/
/.gitignore

# 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

# Ignore CI service files.
/.github

# Ignore development files
/.devcontainer

# Ignore Docker-related files
/.dockerignore
/Dockerfile*

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
webamm_to_rails-7.0.1 lib/webamm_to_rails/rails_boilerplate/templates/dockerignore.erb
webamm_to_rails-7.0.0 lib/webamm_to_rails/rails_boilerplate/templates/dockerignore.erb
ruby2html-1.5.3 .dockerignore
ruby2html-1.5.2 .dockerignore
ruby2html-1.5.1 .dockerignore
ruby2html-1.5.0 .dockerignore
ruby2html-1.4.0 .dockerignore
ruby2html-1.3.3 .dockerignore
ruby2html-1.3.2 .dockerignore
ruby2html-1.3.1 .dockerignore
ruby2html-1.3.0 .dockerignore
ruby2html-1.2.0 .dockerignore
ruby2html-1.1.0 .dockerignore
ruby2html-1.0.0 .dockerignore