mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 09:12:08 +01:00
29 lines
357 B
Plaintext
29 lines
357 B
Plaintext
# Don't ignore doc files - we'll use prettier-ignore comments instead
|
|
|
|
## Ignore lockfile
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
|
|
## Ignore build outputs
|
|
.next
|
|
dist
|
|
build
|
|
out
|
|
|
|
## Ignore dependencies
|
|
node_modules
|
|
|
|
## Files that are formatted by biome
|
|
**/*.js
|
|
**/*.ts
|
|
**/*.cjs
|
|
**/*.cts
|
|
**/*.mjs
|
|
**/*.mts
|
|
**/*.d.cts
|
|
**/*.d.mts
|
|
**/*.jsx
|
|
**/*.tsx
|
|
**/*.json
|
|
**/*.jsonc
|