Initial commit

This commit is contained in:
Kwesi Banson Jnr
2026-09-09 09:50:06 +00:00
commit c7f93a7dc1
8369 changed files with 517137 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Dependencies
/node_modules
/vendor
/docker-fs
# Environment variables
.env
.env.backup
.env.production
# Storage & Caches
/public/build
/public/hot
/public/storage
/storage/*.key
/storage/framework/cache/data/*
/storage/framework/sessions/*
/storage/framework/testing/*
/storage/framework/views/*
/storage/logs/*
# Testing
/.phpunit.cache
.phpunit.result.cache
# Build & Logs
npm-debug.log
yarn-error.log
# IDE & OS-specific files
/.idea
/.vscode
.DS_Store
Homestead.json
Homestead.yaml
auth.json