mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
7f12f2c5c8
GITHUB_PR_NUMBER: 8831 GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/8831 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5579 Co-authored-by: arjunyel <11153289+arjunyel@users.noreply.github.com> GitOrigin-RevId: 3095f457a1e1043ffa23e5928cd944193b185c09
23 lines
290 B
Plaintext
23 lines
290 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.env
|