first commit
This commit is contained in:
+63
@@ -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/
|
||||
Reference in New Issue
Block a user