first commit

This commit is contained in:
Konstantin
2026-05-30 09:27:58 +03:00
commit de0344d218
2371 changed files with 661486 additions and 0 deletions
+63
View File
@@ -0,0 +1,63 @@
# Local environment and secrets
.env
.env.*
!.env.example
public/config.php
public/admin/config.php
# Composer dependencies
vendor/
**/vendor/
# OpenCart runtime data
storage/cache/*
!storage/cache/index.html
storage/logs/*
!storage/logs/index.html
storage/session/*
!storage/session/index.html
storage/modification/*
!storage/modification/index.html
storage/upload/*
!storage/upload/index.html
storage/download/*
!storage/download/index.html
# Generated image cache
public/image/cache/*
!public/image/cache/index.html
# Logs and reports
*.log
*.log.*
error.log
errors.log
public/errors.log
public/image/*
# Backups, database dumps, and archives
*.bak
*.backup
*.old
*.orig
*.sql
*.sql.gz
*.tar
*.tar.gz
*.tgz
*.zip
# OS and editor files
.DS_Store
Thumbs.db
desktop.ini
.idea/
.vscode/
*.swp
*.swo
# Tooling caches
.phpunit.result.cache
.php-cs-fixer.cache
.cache/
.tmp/
tmp/