This commit is contained in:
Dmytro Tkachenko
2026-08-29 11:59:28 +03:00
commit 28d817ebe9
147 changed files with 17534 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
/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