Skip to content

Commit

Permalink
Update projects/plugins/wpcomsh/.gitattributes
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
  • Loading branch information
zinigor and anomiex authored Jun 11, 2024
1 parent e640cd9 commit e1a95d7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions projects/plugins/wpcomsh/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package.json export-ignore
.eslintignore production-exclude
.dockerignore production-exclude
.editorconfig production-exclude
composer.lock production-exclude
/.circleci/** production-exclude
/.gitignore production-exclude
/.phpcsignore production-exclude
Expand All @@ -30,17 +31,20 @@ package.json export-ignore
/node_modules/** production-exclude
/phpunit.xml.dist production-exclude
/README.md production-exclude
/vendor/automattic/**/README.md production-exclude
/vendor/automattic/**/src/css/*.scss production-exclude
/vendor/automattic/**/composer.json production-exclude
/vendor/automattic/jetpack-autoloader/** production-exclude
/vendor/automattic/jetpack-changelogger/** production-exclude
/vendor/automattic/jetpack-composer-plugin/** production-exclude
/vendor/**/.git* production-exclude
/vendor/**/.git*/** production-exclude
/vendor/**/*.md production-exclude
**/*.md production-exclude
/bin/** production-exclude
/build/** production-exclude
/tests/** production-exclude
/.circleci/** production-exclude
p.*ntrc production-exclude
.*ntrc production-exclude
Makefile production-exclude
*.mdown production-exclude
error_log production-exclude

0 comments on commit e1a95d7

Please sign in to comment.