Initial commit

This commit is contained in:
Rahaf
2025-12-09 22:24:36 +03:00
commit 2079f6f810
47 changed files with 8178 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
# Dependencies
node_modules/
# Environment variables
.env
.env.local
.env.*.local
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Build output
dist/
dist-ssr/
# Editor
.vscode/
.idea/
# System
.DS_Store
Thumbs.db