-
Notifications
You must be signed in to change notification settings - Fork 125
/
.gitattributes
27 lines (23 loc) · 1.06 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Automatically generated rules.
/.git* export-ignore
# Package attributes file.
# Files not needed to be distributed in the package.
.gitattributes export-ignore
.github/ export-ignore
package.json export-ignore
# Files to include in the mirror repo, but excluded via gitignore
# Remember to end all directories with `/**` to properly tag every file.
# /src/js/example.min.js production-include
/jetpack_vendor/** production-include
/vendor/autoload.php production-include
/vendor/composer/** production-include
/vendor/automattic/jetpack-device-detection/** production-include
# Files to exclude from the mirror repo, but included in the monorepo.
# Remember to end all directories with `/**` to properly tag every file.
.gitignore production-exclude
.eslintignore production-exclude
.eslintrc.cjs production-exclude
.phpcs.dir.xml production-exclude
changelog/** production-exclude
phpunit.xml.dist production-exclude
tests/** production-exclude