mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
These are properly organized as scripts specifically for Docker which remedies confusion with standard project binaries. Milestone: minor
69 lines
551 B
Plaintext
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
|