Publish Progress (#1)

Reviewed-on: #1
This commit is contained in:
2025-01-04 09:00:19 -07:00
parent d69a6b2e71
commit 9169b06caf
15 changed files with 3907 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@ -0,0 +1,30 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# my additions
logs
dist
db/main
*deleteme*
*fortesting*