orville/.gitignore
David Vollbracht 0285352d01 Switches local development to use flipstone/stack:v1-1.6.5 image
docker-compose will create a volume for stack-root dedicated to orville.
You can add a `docker-compose.override.yml` and override the volume
mounted on `/stack-root` if you want your local development to use an
external volume for `/stack-root`.
2018-03-23 08:34:53 -04:00

12 lines
212 B
Plaintext

dist
.cabal-sandbox
cabal.sandbox.config
.DS_Store
.stack-work/
# Ignore TAGS file produced by emacs and vim.
/TAGS
# Ignore any local developer overrides to the docker-compose file
docker-compose.override.yml