initial commit

This commit is contained in:
2025-03-10 04:39:31 +01:00
commit d455cebc29
12 changed files with 1486 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# 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
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
# do not commit any .env files to git, except for the .env.example file.
.env
.env*.local
# typescript
*.tsbuildinfo
# eslint
.eslintcache
# idea files
.idea