services-flake/.gitignore
Shivaraj B H 51ecb71351
docs(example): add share-services example (#137)
Adds a 2nd example demonstrating how to share services between flakes.

Also move the current example to `./example/simple`.
2024-03-11 14:05:30 -04:00

12 lines
240 B
Plaintext

.direnv
# created when `just test <service>` is used
/result
# created when `just run <service>` is used
/test/data
# created when `just run ex-*` is used
/example/share-services/pgweb/data/
/example/simple/data/
/.pre-commit-config.yaml