[server] ignore hie.yaml at the root of the repo

with #1983, `hie.yaml` goes at the root of the monorepo, but it's not in the gitignore

not sure if any other fixes will be required to mirror stuff to oss though

https://github.com/hasura/graphql-engine-mono/pull/2092

Co-authored-by: awjchen <13142944+awjchen@users.noreply.github.com>
GitOrigin-RevId: b96c0bfd92113d131ed2265fcf03fe08f068f014
This commit is contained in:
Swann Moreau 2021-08-16 13:01:40 +05:30 committed by hasura-bot
parent f2e74da5aa
commit c2261e3bb8

3
.gitignore vendored
View File

@ -15,3 +15,6 @@ venv
# Test artifacts
*.tix
# ignored so that everyone can have their own hie.yaml
hie.yaml