### ## Git Attributes configuration file. ## ## @link https://git-scm.com/docs/gitattributes ### ## ----------------------------------------------------------------------------- ## Denote all files that are truly binary and should not be modified. ## @link https://help.github.com/articles/dealing-with-line-endings/ ## ----------------------------------------------------------------------------- * text auto *.gif binary *.ico binary *.jpg binary *.jpeg binary *.png binary *.eot binary *.ttf binary *.webp binary *.woff binary *.woff2 binary *.zip binary ## ----------------------------------------------------------------------------- ## Ignore folders and files when exporting as a ZIP. ## ----------------------------------------------------------------------------- phpcs.xml export-ignore .stylelintrc.json export-ignore .github/ export-ignore .husky/ export-ignore .vscode/ export-ignore .wordpress-org/ export-ignore _playground/ export-ignore node_modules/ export-ignore resources/ export-ignore vendor/ export-ignore src/ export-ignore .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore Gruntfile.js export-ignore README.md export-ignore SECURITY.md export-ignore composer.json export-ignore composer.lock export-ignore package-lock.json export-ignore package.json export-ignore webpack.config.js export-ignore *.map export-ignore .DS_Store export-ignore