Initial commit

This commit is contained in:
root
2026-05-09 17:28:23 +02:00
commit 9d73f82529
5575 changed files with 281989 additions and 0 deletions
Executable
+35
View File
@@ -0,0 +1,35 @@
# Negeer wachtwoorden en database-instellingen
.env
.env.backup
.env.testing
config.php
wp-config.php
/uploads/
/temp/
*.log
# Geen zware afhankelijkheden pushen
node_modules/
vendor/
# UITZONDERING: Vertaalbestanden in lang/vendor wel pushen
/lang/vendor/
# Systeembestanden (Mac/Windows troep)
.DS_Store
Thumbs.db
# VPS automation scripts (niet pushen naar GitLab)
watch.sh
check-updates.sh
# Cache bestanden (niet pushen naar GitLab)
/storage/framework/views/
/storage/framework/cache/
/storage/framework/sessions/
/storage/logs/
/storage/debugbar/rr
.rr.yaml
# GitHub workflows (pushen naar GitLab)
!/.github/workflows/