feat(frontend): add initial frontend structure with components, services, and assets

This commit is contained in:
Davidson Gomes
2025-05-24 09:51:34 -03:00
parent 482c1693d1
commit 956d16a854
218 changed files with 44036 additions and 1464 deletions
+31
View File
@@ -0,0 +1,31 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
# next.js
/.next/
/out/
# production
/build
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Lock files
package-lock.json
yarn.lock
# env files
.env
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts