fbd3b1cb30
Directory structure, minimal skeleton files (info.xml, Application.php, routes.php, templates, Vue entry point), and requirements doc. No implementation yet. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
24 lines
175 B
Plaintext
24 lines
175 B
Plaintext
# Dependencies
|
|
/vendor/
|
|
/node_modules/
|
|
|
|
# Build output
|
|
/js/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Composer
|
|
composer.lock
|
|
|
|
# npm
|
|
package-lock.json
|