Files
wc-tier-and-package-prices/.gitignore
magdev e2a11de80a Release version 1.1.6 - Minor improvements
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>
2025-12-22 00:02:19 +01:00

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
._*