ex_trainer/.gitignore
João Paulo Dubas e7df0322d7
All checks were successful
continuous-integration/drone/push Build is passing
Improve project usage (#6)
1. Ignore unnecessary files, such as `pgcli` log/history, and extra `docker-compose` definitions.
2. Add `Makefile` with common tasks.
3. Add git pre-commit hook to ensure project is always properly formatted.
4. Add [`btree_gist`][0] extension to `postgres`.

Reviewed-on: #6

[0]: https://www.postgresql.org/docs/14/btree-gist.html
2022-04-23 17:15:16 +00:00

18 lines
193 B
Plaintext

# paths
/_build/
/cover/
/report/
/deps/
/doc/
/.fetch
/priv/static/
/priv/plts/
# files
erl_crash.dump
*.ez
wabanex-*.tar
docker-compose.*.yml
priv/docker/pgcli/history
priv/docker/pgcli/log