graphql-engine/docs/.gitignore
Sean Park-Ross 8924812bc1 Docs: Updates to chat bot
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10719
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: b2bfdba1e082b21b035be209ab5b5702ab74d2bc
2024-03-13 11:19:48 +00:00

35 lines
375 B
Plaintext

# Dependencies
/node_modules
# Production
/build
# Generated files
.docusaurus
.cache-loader
# Misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.tool-versions
spell_check_results.txt
.env*