-
Notifications
You must be signed in to change notification settings - Fork 124
/
.gitattributes
25 lines (21 loc) · 1015 Bytes
/
.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
# 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
.phpcs.dir.xml production-exclude
changelog/** production-exclude
phpunit.xml.dist production-exclude
tests/** production-exclude