Initial import of Forge app
This commit is contained in:
+31
@@ -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
|
||||
Reference in New Issue
Block a user