Skip to content

Add postgres/ to .gitignore

Alf Eaton requested to merge alf/ink-api:gitignore-postgres into master

docker-compose.yml contains a volume mapping from ./postgres to /var/lib/postgresql/data, which creates a "postgres" directory that needs to be ignored by version control.

Merge request reports