22 lines
273 B
Plaintext
22 lines
273 B
Plaintext
# Package Managers
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
bun.lock
|
|
bun.lockb
|
|
|
|
# Miscellaneous
|
|
/static/
|
|
dist/
|
|
.svelte-kit/
|
|
build/
|
|
|
|
# Build output
|
|
/dist/
|
|
/build/
|
|
/.svelte-kit/
|
|
test-results
|
|
|
|
# Vendored third party sources, kept byte identical to upstream
|
|
src/lib/vendors/
|