Files
wc-tier-and-package-prices/.gitignore
magdev 7273c9cde7 Release version 1.0.1
- Add Twig template engine integration
- Migrate all templates to Twig format
- Add German (Switzerland, Informal) translation
- Improve template organization and security
- Add Composer dependency management
- Create comprehensive changelog
2025-12-21 04:56:50 +01:00

28 lines
230 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
# OS
.DS_Store
._*