This commit is contained in:
2025-02-27 17:10:33 +08:00
parent d3a3e1918c
commit d61028a104
20 changed files with 4274 additions and 96 deletions

6
.gitignore vendored
View File

@@ -4,6 +4,7 @@
/node_modules
/.pnp
.pnp.js
/api/node_modules
# testing
/coverage
@@ -13,11 +14,16 @@
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
/api/.env
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/api/.env