graphql-engine/.gitignore
Swann Moreau c2261e3bb8 [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
2021-08-16 07:32:33 +00:00

21 lines
323 B
Plaintext

.hasura-dev-python-venv
server/tests-py/.devsh_version
npm-debug.log
*.temp
*.DS_Store
.tern-project
test-server-output
test-server-flags-output
.vscode
.idea
.now
# Standardize on 'venv' as the name for python venv directories
venv
# Test artifacts
*.tix
# ignored so that everyone can have their own hie.yaml
hie.yaml