Initial commit - WASL Digital Wallet

This commit is contained in:
Hamza-Ayed
2026-06-20 21:55:06 +03:00
commit 7306c47368
61 changed files with 4157 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
/Backend/vendor/
/Backend/.env
/Backend/.env.backup
/Backend/storage/*.key
/Backend/bootstrap/cache/*
/Backend/public/storage
/Backend/public/hot
.DS_Store
.idea/
.vscode/
.env
.phpunit.result.cache
*.log