Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions projects/plugins/automattic-for-agencies-client/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,38 @@ README.md production-exclude
src/js/** production-exclude
src/scss/** production-exclude
tests/** production-exclude
/jetpack_vendor/automattic/**/*.scss production-exclude
/jetpack_vendor/automattic/**/*.ts production-exclude
/jetpack_vendor/automattic/**/*.tsx production-exclude
/jetpack_vendor/automattic/**/*.jsx production-exclude
/jetpack_vendor/automattic/**/CHANGELOG.md production-exclude
/jetpack_vendor/automattic/**/LICENSE.txt production-exclude
/jetpack_vendor/automattic/**/SECURITY.md production-exclude
/jetpack_vendor/automattic/**/TRACKING.md production-exclude
/jetpack_vendor/automattic/**/docs/** production-exclude
/jetpack_vendor/automattic/**/.babelrc production-exclude
/jetpack_vendor/automattic/**/babel.config.* production-exclude
/jetpack_vendor/automattic/**/webpack.config.js production-exclude
/jetpack_vendor/automattic/**/jest.config.js production-exclude
/jetpack_vendor/automattic/**/.gitignore production-exclude
/jetpack_vendor/automattic/**/package.json production-exclude
/jetpack_vendor/automattic/**/test/** production-exclude
/vendor/automattic/**/*.scss production-exclude
/vendor/automattic/**/*.ts production-exclude
/vendor/automattic/**/*.tsx production-exclude
/vendor/automattic/**/*.jsx production-exclude
/vendor/automattic/**/CHANGELOG.md production-exclude
/vendor/automattic/**/LICENSE.txt production-exclude
/vendor/automattic/**/SECURITY.md production-exclude
/vendor/automattic/**/TRACKING.md production-exclude
/vendor/automattic/**/docs/** production-exclude
/vendor/automattic/**/.babelrc production-exclude
/vendor/automattic/**/babel.config.* production-exclude
/vendor/automattic/**/webpack.config.js production-exclude
/vendor/automattic/**/jest.config.js production-exclude
/vendor/automattic/**/.gitignore production-exclude
/vendor/automattic/**/package.json production-exclude
/vendor/automattic/**/test/** production-exclude
/vendor/automattic/jetpack-autoloader/** production-exclude
/vendor/automattic/jetpack-changelogger/** production-exclude
/vendor/automattic/jetpack-composer-plugin/** production-exclude
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Exclude vendor .ts, .tsx, .jsx, and .scss source files from production builds.
32 changes: 32 additions & 0 deletions projects/plugins/backup/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,38 @@ package.json production-exclude
README.md production-exclude
src/js/** production-exclude
tests/** production-exclude
/jetpack_vendor/automattic/**/*.scss production-exclude
/jetpack_vendor/automattic/**/*.ts production-exclude
/jetpack_vendor/automattic/**/*.tsx production-exclude
/jetpack_vendor/automattic/**/*.jsx production-exclude
/jetpack_vendor/automattic/**/CHANGELOG.md production-exclude
/jetpack_vendor/automattic/**/LICENSE.txt production-exclude
/jetpack_vendor/automattic/**/SECURITY.md production-exclude
/jetpack_vendor/automattic/**/TRACKING.md production-exclude
/jetpack_vendor/automattic/**/docs/** production-exclude
/jetpack_vendor/automattic/**/.babelrc production-exclude
/jetpack_vendor/automattic/**/babel.config.* production-exclude
/jetpack_vendor/automattic/**/webpack.config.js production-exclude
/jetpack_vendor/automattic/**/jest.config.js production-exclude
/jetpack_vendor/automattic/**/.gitignore production-exclude
/jetpack_vendor/automattic/**/package.json production-exclude
/jetpack_vendor/automattic/**/test/** production-exclude
/vendor/automattic/**/*.scss production-exclude
/vendor/automattic/**/*.ts production-exclude
/vendor/automattic/**/*.tsx production-exclude
/vendor/automattic/**/*.jsx production-exclude
/vendor/automattic/**/CHANGELOG.md production-exclude
/vendor/automattic/**/LICENSE.txt production-exclude
/vendor/automattic/**/SECURITY.md production-exclude
/vendor/automattic/**/TRACKING.md production-exclude
/vendor/automattic/**/docs/** production-exclude
/vendor/automattic/**/.babelrc production-exclude
/vendor/automattic/**/babel.config.* production-exclude
/vendor/automattic/**/webpack.config.js production-exclude
/vendor/automattic/**/jest.config.js production-exclude
/vendor/automattic/**/.gitignore production-exclude
/vendor/automattic/**/package.json production-exclude
/vendor/automattic/**/test/** production-exclude
/vendor/automattic/jetpack-autoloader/** production-exclude
/vendor/automattic/jetpack-changelogger/** production-exclude
/vendor/automattic/jetpack-composer-plugin/** production-exclude
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/backup/changelog/exclude-dev-vendor-files
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Exclude vendor .ts, .tsx, .jsx, and .scss source files from production builds.
32 changes: 32 additions & 0 deletions projects/plugins/beta/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,38 @@ vendor/jetpack-autoloader/** production-include
# Files not needed in the production build.
/changelog/** production-exclude
/composer.lock production-exclude
/jetpack_vendor/automattic/**/*.scss production-exclude
/jetpack_vendor/automattic/**/*.ts production-exclude
/jetpack_vendor/automattic/**/*.tsx production-exclude
/jetpack_vendor/automattic/**/*.jsx production-exclude
/jetpack_vendor/automattic/**/CHANGELOG.md production-exclude
/jetpack_vendor/automattic/**/LICENSE.txt production-exclude
/jetpack_vendor/automattic/**/SECURITY.md production-exclude
/jetpack_vendor/automattic/**/TRACKING.md production-exclude
/jetpack_vendor/automattic/**/docs/** production-exclude
/jetpack_vendor/automattic/**/.babelrc production-exclude
/jetpack_vendor/automattic/**/babel.config.* production-exclude
/jetpack_vendor/automattic/**/webpack.config.js production-exclude
/jetpack_vendor/automattic/**/jest.config.js production-exclude
/jetpack_vendor/automattic/**/.gitignore production-exclude
/jetpack_vendor/automattic/**/package.json production-exclude
/jetpack_vendor/automattic/**/test/** production-exclude
/vendor/automattic/**/*.scss production-exclude
/vendor/automattic/**/*.ts production-exclude
/vendor/automattic/**/*.tsx production-exclude
/vendor/automattic/**/*.jsx production-exclude
/vendor/automattic/**/CHANGELOG.md production-exclude
/vendor/automattic/**/LICENSE.txt production-exclude
/vendor/automattic/**/SECURITY.md production-exclude
/vendor/automattic/**/TRACKING.md production-exclude
/vendor/automattic/**/docs/** production-exclude
/vendor/automattic/**/.babelrc production-exclude
/vendor/automattic/**/babel.config.* production-exclude
/vendor/automattic/**/webpack.config.js production-exclude
/vendor/automattic/**/jest.config.js production-exclude
/vendor/automattic/**/.gitignore production-exclude
/vendor/automattic/**/package.json production-exclude
/vendor/automattic/**/test/** production-exclude
/vendor/automattic/jetpack-autoloader/** production-exclude
/vendor/automattic/jetpack-changelogger/** production-exclude
.phpcs.dir.xml production-exclude
4 changes: 4 additions & 0 deletions projects/plugins/beta/changelog/exclude-dev-vendor-files
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Exclude vendor .ts, .tsx, .jsx, and .scss source files from production builds.
32 changes: 32 additions & 0 deletions projects/plugins/boost/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,38 @@ vendor/wikimedia/aho-corasick/** production-include
/docs/** production-exclude
/node_modules/** production-exclude
/tests/** production-exclude
/jetpack_vendor/automattic/**/*.scss production-exclude
/jetpack_vendor/automattic/**/*.ts production-exclude
/jetpack_vendor/automattic/**/*.tsx production-exclude
/jetpack_vendor/automattic/**/*.jsx production-exclude
/jetpack_vendor/automattic/**/CHANGELOG.md production-exclude
/jetpack_vendor/automattic/**/LICENSE.txt production-exclude
/jetpack_vendor/automattic/**/SECURITY.md production-exclude
/jetpack_vendor/automattic/**/TRACKING.md production-exclude
/jetpack_vendor/automattic/**/docs/** production-exclude
/jetpack_vendor/automattic/**/.babelrc production-exclude
/jetpack_vendor/automattic/**/babel.config.* production-exclude
/jetpack_vendor/automattic/**/webpack.config.js production-exclude
/jetpack_vendor/automattic/**/jest.config.js production-exclude
/jetpack_vendor/automattic/**/.gitignore production-exclude
/jetpack_vendor/automattic/**/package.json production-exclude
/jetpack_vendor/automattic/**/test/** production-exclude
/vendor/automattic/**/*.scss production-exclude
/vendor/automattic/**/*.ts production-exclude
/vendor/automattic/**/*.tsx production-exclude
/vendor/automattic/**/*.jsx production-exclude
/vendor/automattic/**/CHANGELOG.md production-exclude
/vendor/automattic/**/LICENSE.txt production-exclude
/vendor/automattic/**/SECURITY.md production-exclude
/vendor/automattic/**/TRACKING.md production-exclude
/vendor/automattic/**/docs/** production-exclude
/vendor/automattic/**/.babelrc production-exclude
/vendor/automattic/**/babel.config.* production-exclude
/vendor/automattic/**/webpack.config.js production-exclude
/vendor/automattic/**/jest.config.js production-exclude
/vendor/automattic/**/.gitignore production-exclude
/vendor/automattic/**/package.json production-exclude
/vendor/automattic/**/test/** production-exclude
/vendor/automattic/jetpack-autoloader/** production-exclude
/vendor/automattic/jetpack-changelogger/** production-exclude
/vendor/automattic/jetpack-composer-plugin/** production-exclude
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/boost/changelog/exclude-dev-vendor-files
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Exclude vendor .ts, .tsx, .jsx, and .scss source files from production builds.
32 changes: 32 additions & 0 deletions projects/plugins/classic-theme-helper-plugin/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,38 @@ package.json production-exclude
README.md production-exclude
src/js/** production-exclude
tests/** production-exclude
/jetpack_vendor/automattic/**/*.scss production-exclude
/jetpack_vendor/automattic/**/*.ts production-exclude
/jetpack_vendor/automattic/**/*.tsx production-exclude
/jetpack_vendor/automattic/**/*.jsx production-exclude
/jetpack_vendor/automattic/**/CHANGELOG.md production-exclude
/jetpack_vendor/automattic/**/LICENSE.txt production-exclude
/jetpack_vendor/automattic/**/SECURITY.md production-exclude
/jetpack_vendor/automattic/**/TRACKING.md production-exclude
/jetpack_vendor/automattic/**/docs/** production-exclude
/jetpack_vendor/automattic/**/.babelrc production-exclude
/jetpack_vendor/automattic/**/babel.config.* production-exclude
/jetpack_vendor/automattic/**/webpack.config.js production-exclude
/jetpack_vendor/automattic/**/jest.config.js production-exclude
/jetpack_vendor/automattic/**/.gitignore production-exclude
/jetpack_vendor/automattic/**/package.json production-exclude
/jetpack_vendor/automattic/**/test/** production-exclude
/vendor/automattic/**/*.scss production-exclude
/vendor/automattic/**/*.ts production-exclude
/vendor/automattic/**/*.tsx production-exclude
/vendor/automattic/**/*.jsx production-exclude
/vendor/automattic/**/CHANGELOG.md production-exclude
/vendor/automattic/**/LICENSE.txt production-exclude
/vendor/automattic/**/SECURITY.md production-exclude
/vendor/automattic/**/TRACKING.md production-exclude
/vendor/automattic/**/docs/** production-exclude
/vendor/automattic/**/.babelrc production-exclude
/vendor/automattic/**/babel.config.* production-exclude
/vendor/automattic/**/webpack.config.js production-exclude
/vendor/automattic/**/jest.config.js production-exclude
/vendor/automattic/**/.gitignore production-exclude
/vendor/automattic/**/package.json production-exclude
/vendor/automattic/**/test/** production-exclude
/vendor/automattic/jetpack-autoloader/** production-exclude
/vendor/automattic/jetpack-changelogger/** production-exclude
/vendor/automattic/jetpack-composer-plugin/** production-exclude
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Exclude vendor .ts, .tsx, .jsx, and .scss source files from production builds.
32 changes: 32 additions & 0 deletions projects/plugins/crm/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,38 @@
/tsconfig.json production-exclude
/sass/** production-exclude
/tests/** production-exclude
/jetpack_vendor/automattic/**/*.scss production-exclude
/jetpack_vendor/automattic/**/*.ts production-exclude
/jetpack_vendor/automattic/**/*.tsx production-exclude
/jetpack_vendor/automattic/**/*.jsx production-exclude
/jetpack_vendor/automattic/**/CHANGELOG.md production-exclude
/jetpack_vendor/automattic/**/LICENSE.txt production-exclude
/jetpack_vendor/automattic/**/SECURITY.md production-exclude
/jetpack_vendor/automattic/**/TRACKING.md production-exclude
/jetpack_vendor/automattic/**/docs/** production-exclude
/jetpack_vendor/automattic/**/.babelrc production-exclude
/jetpack_vendor/automattic/**/babel.config.* production-exclude
/jetpack_vendor/automattic/**/webpack.config.js production-exclude
/jetpack_vendor/automattic/**/jest.config.js production-exclude
/jetpack_vendor/automattic/**/.gitignore production-exclude
/jetpack_vendor/automattic/**/package.json production-exclude
/jetpack_vendor/automattic/**/test/** production-exclude
/vendor/automattic/**/*.scss production-exclude
/vendor/automattic/**/*.ts production-exclude
/vendor/automattic/**/*.tsx production-exclude
/vendor/automattic/**/*.jsx production-exclude
/vendor/automattic/**/CHANGELOG.md production-exclude
/vendor/automattic/**/LICENSE.txt production-exclude
/vendor/automattic/**/SECURITY.md production-exclude
/vendor/automattic/**/TRACKING.md production-exclude
/vendor/automattic/**/docs/** production-exclude
/vendor/automattic/**/.babelrc production-exclude
/vendor/automattic/**/babel.config.* production-exclude
/vendor/automattic/**/webpack.config.js production-exclude
/vendor/automattic/**/jest.config.js production-exclude
/vendor/automattic/**/.gitignore production-exclude
/vendor/automattic/**/package.json production-exclude
/vendor/automattic/**/test/** production-exclude
/vendor/automattic/jetpack-autoloader/** production-exclude
/vendor/automattic/jetpack-changelogger/** production-exclude
/vendor/automattic/jetpack-composer-plugin/** production-exclude
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/crm/changelog/exclude-dev-vendor-files
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Exclude vendor .ts, .tsx, .jsx, and .scss source files from production builds.
32 changes: 32 additions & 0 deletions projects/plugins/inspect/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,37 @@ vendor/jetpack-autoloader/** production-include
/testbed/** production-exclude
/tests/** production-exclude
/tsconfig.json production-exclude
/jetpack_vendor/automattic/**/*.scss production-exclude
/jetpack_vendor/automattic/**/*.ts production-exclude
/jetpack_vendor/automattic/**/*.tsx production-exclude
/jetpack_vendor/automattic/**/*.jsx production-exclude
/jetpack_vendor/automattic/**/CHANGELOG.md production-exclude
/jetpack_vendor/automattic/**/LICENSE.txt production-exclude
/jetpack_vendor/automattic/**/SECURITY.md production-exclude
/jetpack_vendor/automattic/**/TRACKING.md production-exclude
/jetpack_vendor/automattic/**/docs/** production-exclude
/jetpack_vendor/automattic/**/.babelrc production-exclude
/jetpack_vendor/automattic/**/babel.config.* production-exclude
/jetpack_vendor/automattic/**/webpack.config.js production-exclude
/jetpack_vendor/automattic/**/jest.config.js production-exclude
/jetpack_vendor/automattic/**/.gitignore production-exclude
/jetpack_vendor/automattic/**/package.json production-exclude
/jetpack_vendor/automattic/**/test/** production-exclude
/vendor/automattic/**/*.scss production-exclude
/vendor/automattic/**/*.ts production-exclude
/vendor/automattic/**/*.tsx production-exclude
/vendor/automattic/**/*.jsx production-exclude
/vendor/automattic/**/CHANGELOG.md production-exclude
/vendor/automattic/**/LICENSE.txt production-exclude
/vendor/automattic/**/SECURITY.md production-exclude
/vendor/automattic/**/TRACKING.md production-exclude
/vendor/automattic/**/docs/** production-exclude
/vendor/automattic/**/.babelrc production-exclude
/vendor/automattic/**/babel.config.* production-exclude
/vendor/automattic/**/webpack.config.js production-exclude
/vendor/automattic/**/jest.config.js production-exclude
/vendor/automattic/**/.gitignore production-exclude
/vendor/automattic/**/package.json production-exclude
/vendor/automattic/**/test/** production-exclude
/vendor/automattic/jetpack-autoloader/** production-exclude
/vendor/automattic/jetpack-composer-plugin/** production-exclude
4 changes: 4 additions & 0 deletions projects/plugins/inspect/changelog/exclude-dev-vendor-files
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Exclude vendor .ts, .tsx, .jsx, and .scss source files from production builds.
Loading
Loading