# Directories
.git
.github
assets
node_modules
premium
vendor

# Dev/build files
.distignore
.gitignore
.phpcs.xml.dist
composer.json
composer.lock
package.json
package-lock.json

# Documentation (GitHub only)
DEBUGGING.md
IMPROVEMENTS.md
README.md
RELEASE-CHECKLIST.md

# IDE
.vscode
.idea
*.code-workspace
