You've already forked wc-tier-and-package-prices
- 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
28 lines
230 B
Plaintext
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
|
|
._*
|