39 lines
487 B
Plaintext
39 lines
487 B
Plaintext
|
|
# Dependencies
|
||
|
|
node_modules
|
||
|
|
|
||
|
|
# Build output
|
||
|
|
dist
|
||
|
|
build
|
||
|
|
out
|
||
|
|
release
|
||
|
|
.output
|
||
|
|
.wxt
|
||
|
|
|
||
|
|
# Generated artifacts
|
||
|
|
**/dist/**
|
||
|
|
**/build/**
|
||
|
|
**/out/**
|
||
|
|
**/release/**
|
||
|
|
**/.output/**
|
||
|
|
**/stats.html
|
||
|
|
**/components.d.ts
|
||
|
|
**/auto-imports.d.ts
|
||
|
|
|
||
|
|
# Lockfiles & generated data
|
||
|
|
pnpm-lock.yaml
|
||
|
|
package-lock.json
|
||
|
|
yarn.lock
|
||
|
|
|
||
|
|
# Server (Go) — Prettier shouldn't touch Go
|
||
|
|
server
|
||
|
|
|
||
|
|
# Browser extension is being phased out — skip to avoid noisy diff
|
||
|
|
apps/browser-extension
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
*.min.js
|
||
|
|
*.min.css
|
||
|
|
coverage
|
||
|
|
.cache
|
||
|
|
.vite
|