ref:Cleaned the Structure

This commit is contained in:
2025-11-07 14:20:22 +05:30
parent d7dbcff4b6
commit 1b622b6a19
42 changed files with 2164 additions and 806 deletions

18
frontend/.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
node_modules/
.next/
# Environment
.env
.env.local
.env.*
# OS / Editor
.DS_Store
.vscode/
.idea/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*