mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
b856d96989
Making it easier to inject different ones later. I also included a change to _.prettierignore_ so Visual Studio Code doesn't keep trying to reformat the JavaScript or YAML files in `server/tests-py`, as it can cause diffs to balloon for no obvious benefit. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5456 GitOrigin-RevId: bc6d548708160a328e1e61a00e19be8e124da025
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
# If you add server/tests-py as its own workspace root in Visual Studio Code,
|
|
# the Prettier plugin only looks up to this directory.
|
|
# We therefore need to duplicate the ignore list here.
|
|
|
|
# Currently we just ignore everything.
|
|
|
|
/**
|