Inlang regenerates .meta.json and README.md on every compilation run. The regenerated files fail Prettier in CI because the tool writes its own formatting, not ours. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
27 lines
355 B
Plaintext
27 lines
355 B
Plaintext
# Package Managers
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
bun.lock
|
|
bun.lockb
|
|
|
|
# Miscellaneous
|
|
/static/
|
|
|
|
# Build artifacts
|
|
/.svelte-kit/
|
|
/.svelte-kit-backup/
|
|
|
|
# Generated files
|
|
/.svelte-kit-backup/
|
|
/src/lib/generated/
|
|
/src/lib/paraglide/
|
|
/src/lib/paraglide_bak*/
|
|
/src/paraglide/
|
|
/project.inlang/
|
|
|
|
# Test artifacts
|
|
/test-results/
|
|
/e2e/.auth/
|
|
/coverage/
|