5dc29141d5
Adds a new Federation Graph page to display subgraphs and their schemas. Implements loading state and error handling. Enhances coverage reporting by including 'lcov' format for better insights into test coverage metrics.
33 lines
274 B
Plaintext
33 lines
274 B
Plaintext
# Nuxt dev/build outputs
|
|
.output
|
|
.data
|
|
.nuxt
|
|
.nitro
|
|
.cache
|
|
dist
|
|
|
|
# Test coverage
|
|
coverage
|
|
exported
|
|
|
|
# Node dependencies
|
|
node_modules
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.fleet
|
|
.idea
|
|
|
|
# Linter caches
|
|
.eslintcache
|
|
.stylelintcache
|
|
|
|
# Local env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|