Initial commit

This commit is contained in:
Kwesi Banson Jnr
2026-03-19 11:03:33 +00:00
commit c68c007945
8388 changed files with 520335 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
docker-compose.yml
Dockerfile
.DS_Store
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
/vendor
/node_modules
/public/hot
/public/storage
/storage
/bootstrap/cache
/.env
.env.backup
.phpunit.result.cache
Homestead.yaml
Homestead.json
/.vagrant
npm-debug.log
yarn-error.log
.idea
.vscode