You've already forked wc-tier-and-package-prices
Some checks failed
Create Release Package / build-release (push) Failing after 4m36s
- Bundle magdev/wc-licensed-product-client as git submodule - Update composer.json to use path repository instead of VCS - Update .gitignore to allow submodule in vendor directory - Update CI workflow to checkout submodules recursively - Remove private repository authentication step (no longer needed) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
46 lines
465 B
Plaintext
Executable File
46 lines
465 B
Plaintext
Executable File
# WordPress
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Composer
|
|
/vendor/*
|
|
!/vendor/magdev/
|
|
/vendor/magdev/*
|
|
!/vendor/magdev/wc-licensed-product-client/
|
|
composer.lock
|
|
|
|
# Twig cache
|
|
/templates/cache/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log
|
|
|
|
# Logs
|
|
*.log
|
|
/logs
|
|
|
|
# Notes
|
|
notes.*
|
|
|
|
# OS
|
|
.DS_Store
|
|
._*
|
|
|
|
# local code
|
|
wordpress
|
|
core
|
|
wp-core
|
|
|
|
# Releases (not tracked in git)
|
|
/releases/
|
|
|
|
# Claude Code local settings
|
|
.claude/settings.json
|