mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
c2261e3bb8
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
21 lines
323 B
Plaintext
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
|