Files
Brooke Kuhlmann eff72717f4 Updated scripts as Docker specific scripts
These are properly organized as scripts specifically for Docker which remedies confusion with standard project binaries.

Milestone: minor
2025-12-16 10:41:28 -07:00

69 lines
551 B
Plaintext

# Bin
/bin
!/bin/console
!/bin/pollers
# Bundler
/.bundle
# Circle CI
/.circleci
# CTags
/tags
# Database
/config/db/structure.sql
/db/*.sqlite
# Development
/.devcontainer
# Docker
/.dockerignore
/Dockerfile*
# Documentation
/*.adoc
# Environment
/.env*
# Git
/.git/
/.gitignore
# GitHub
/.github
# Log
/log/
# Node
/node_modules/
# Overmind
/.overmind.sock
# Procfile
Procfile.dev
# Reek
/.reek.yml
# RSpec
/spec
# Scripts
/scripts/docker/entrypoint-dev
/scripts/docker/quick.sh
# SimpleCov
/coverage
# Temp
/tmp/
# XDG
/.config