feat: initialize project with environment template, gitignore, and docker-compose configuration

This commit is contained in:
Your Name
2026-04-09 12:06:16 +05:30
commit 1c909a3354
3 changed files with 54 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Environment variables
.env
# Frontend
node_modules/
dist/
.vite/
# IDE
.vscode/