Enable PHP 8.2 + Apache compose stack with persistent data/uploads volumes and PhpSpreadsheet for xlsx import/export. Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
152 B
Plaintext
15 lines
152 B
Plaintext
.git
|
|
.gitignore
|
|
.DS_Store
|
|
*.md
|
|
muban.xlsx
|
|
uploads/*
|
|
!uploads/.gitkeep
|
|
data/*
|
|
!data/.gitkeep
|
|
!data/import_template.xlsx
|
|
vendor
|
|
composer.lock
|
|
.env
|
|
.env.*
|