Initial commit

This commit is contained in:
Ronald Huynen
2026-03-23 21:37:59 +01:00
commit 2547717edb
2193 changed files with 972171 additions and 0 deletions

62
.gitignore vendored Normal file
View File

@@ -0,0 +1,62 @@
/node_modules
/public/hot
/storage/app/livewire-tmp
/storage/app/temp
/storage/app/public/*
!/storage/app/public/app-images/
!/storage/app/public/download/
/storage/app/temp
/public/css
!/public/css/flatpickr-custom.css
!/public/css/tagify.css
!/public/css/custom_tagify.css
/public/js
!/public/js/skilltags.js
!/public/js/wirechat/
!/public/sw.js
/storage/*.key
/storage/backups
/storage/logs
/storage/debugbar
/storage/framework/views
/storage/framework/cache
/storage/framework/sessions
/vendor
.env
.env.testing
.phpunit.result.cache
# White-label config files (customizable per installation)
# Use .example versions as templates
/config/themes.php
/config/timebank-default.php
/config/timebank_cc.php
ds.sh
docker-compose.override.yml
Homestead.json
Homestead.yaml
npm-debug.log
mix-manifest.json
yarn-error.log
/.idea
/.vscode
/.vscode_old
/.history
# Backup files
/backups/
/storage/daily_*
/storage/weekly_*
/storage/monthly_*
# Databases
*.sql
# Ronald
todo_ronald.md
.env.ronald
.env.docker_kamiel
.env.docker_ronald
.playwright-mcp
scripts/mail-real.env
.credentials*