# Git Attributes for WordPress Plugin Distribution # Auto detect text files and normalize line endings to LF * text=auto eol=lf # Exclude development and build files from distribution archives /.git export-ignore /.github export-ignore /.vscode export-ignore /.claude export-ignore /node_modules export-ignore /src export-ignore /tests export-ignore .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore .phpcs.xml export-ignore composer.json export-ignore composer.lock export-ignore eslint.config.js export-ignore INSTALL.md export-ignore package.json export-ignore package-lock.json export-ignore pnpm-lock.yaml export-ignore prettier.config.js export-ignore stylelint.config.js export-ignore vite.config.js export-ignore *.map export-ignore # Include translation files explicitly languages/*.mo languages/*.po languages/*.pot .DS_Store export-ignore Thumbs.db export-ignore