You've already forked wc-tier-and-package-prices
Updated Plugin URI to correct repository path and added notes files to gitignore. Changes: - Updated Plugin URI from /wc-tier-package-prices to /magdev/wc-tier-package-prices - Added notes.* to .gitignore to exclude local notes files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
31 lines
247 B
Plaintext
31 lines
247 B
Plaintext
# WordPress
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Composer
|
|
/vendor/
|
|
composer.lock
|
|
|
|
# Twig cache
|
|
/templates/cache/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Notes
|
|
notes.*
|
|
|
|
# OS
|
|
.DS_Store
|
|
._*
|