Initial import of Forge app

This commit is contained in:
2026-08-29 12:30:19 +03:00
commit e637634c59
118 changed files with 17355 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