-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
31 lines (28 loc) · 1.37 KB
/
.gitattributes
File metadata and controls
31 lines (28 loc) · 1.37 KB
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
28
29
30
31
# 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
vendor/autoload.php production-include
vendor/composer/** production-include
vendor/automattic/** production-include
vendor/league/uri/** production-include
vendor/league/uri-interfaces/** production-include
vendor/psr/http-factory/** production-include
vendor/psr/http-message/** production-include
vendor/scssphp/scssphp/** production-include
vendor/scssphp/source-span/** production-include
vendor/symfony/filesystem/** production-include
vendor/symfony/polyfill-ctype/** production-include
vendor/symfony/polyfill-mbstring/** production-include
/jetpack_vendor/** 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
changelog/** production-exclude
tests/** production-exclude