32 lines
478 B
Plaintext
32 lines
478 B
Plaintext
/tmp
|
|
/out-tsc
|
|
|
|
# dependencies
|
|
node_modules
|
|
/client/node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# build output
|
|
/dist
|
|
/client/dist
|
|
|
|
# env / secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# raw Let it Snow storage dump — a dev artifact with real PII, not an app input.
|
|
# Convert it to the seed archives with `npm run dump-to-archives` instead.
|
|
storage-dump.json
|
|
|
|
# editor
|
|
.vscode/*
|
|
.DS_Store
|
|
|
|
# NAS deploy config (not secret, but host-specific)
|
|
.deploy.env
|