Files
schemas-app/.gitignore
argoyle 5dc29141d5 feat(graph): add Federation Graph page and enhance coverage
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.
2025-11-22 19:49:53 +01:00

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