mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-01 12:51:00 +00:00
45 lines
829 B
Plaintext
45 lines
829 B
Plaintext
/Modules
|
|
/node_modules
|
|
/public/storage
|
|
/public/hot
|
|
/public/build
|
|
/storage/*.key
|
|
/vendor
|
|
/.idea
|
|
Homestead.json
|
|
Homestead.yaml
|
|
.env
|
|
.phpunit.result.cache
|
|
.phpunit.cache/
|
|
.rnd
|
|
/.expo
|
|
/.vscode
|
|
/.devcontainer
|
|
.gitkeep
|
|
/public/docs
|
|
/.scribe
|
|
!storage/fonts/.gitkeep
|
|
.DS_Store
|
|
.php-cs-fixer.cache
|
|
.devenvconfig
|
|
/storage/fonts*
|
|
package-lock.json
|
|
yarn.lock
|
|
/docker/development/docker-compose.yml
|
|
/docker/production/docker-compose.yml
|
|
/docker-compose.yaml
|
|
|
|
# Agent docs: AGENTS.md is the canonical, committed source of truth.
|
|
# The per-tool files are local symlinks to it — `composer run ai-docs` creates them.
|
|
/CLAUDE.md
|
|
/GEMINI.md
|
|
/.github/copilot-instructions.md
|
|
/.cursor/
|
|
/.claude/
|
|
|
|
# Generated IDE metadata belongs to each developer's local environment.
|
|
/.phpstorm.meta.php
|
|
/_ide_helper.php
|
|
/_ide_helper_models.php
|
|
/*.code-workspace
|