Configured TinaCloud for visual editing of translation files with useTina hook integration. Updated .gitignore to exclude generated runtime files while preserving schema files needed by TinaCloud for branch indexing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
21 lines
555 B
Text
21 lines
555 B
Text
node_modules
|
|
dist
|
|
.DS_Store
|
|
*.local
|
|
.env
|
|
.env.*
|
|
public/blog
|
|
public/admin
|
|
# tina/__generated__/ is committed — TinaCloud needs it for branch indexing
|
|
# Generated runtime files — regenerated by tinacms build in CI
|
|
tina/__generated__/client.ts
|
|
tina/__generated__/types.ts
|
|
tina/__generated__/queries.gql
|
|
tina/__generated__/frags.gql
|
|
tina/__generated__/schema.gql
|
|
tina/__generated__/static-media.json
|
|
tina/__generated__/.cache
|
|
# Schema files below ARE committed (TinaCloud needs them for branch indexing)
|
|
.claude/
|
|
pronpt.txt
|
|
.mcp.json
|