Skip to content

Commit e14fd95

Browse files
authored
Merge pull request #2322 from WordPress/feature/gitattributes-sync
.gitattributes: minor update
2 parents 942e786 + f04d9d6 commit e14fd95

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.gitattributes

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# If you develop for WPCS using Composer, use `--prefer-source`.
55
# https://blog.madewithlove.be/post/gitattributes/
66
#
7-
/.gitattributes export-ignore
8-
/.gitignore export-ignore
9-
/.phpcs.xml.dist export-ignore
10-
/phpunit.xml.dist export-ignore
11-
/.github export-ignore
12-
/bin export-ignore
13-
/Tests export-ignore
14-
/WordPress/Tests export-ignore
7+
/.gitattributes export-ignore
8+
/.gitignore export-ignore
9+
/.phpcs.xml.dist export-ignore
10+
/CODE_OF_CONDUCT.md export-ignore
11+
/phpunit.xml.dist export-ignore
12+
/.github export-ignore
13+
/Tests export-ignore
14+
/WordPress/Tests export-ignore
1515

1616
#
1717
# Auto detect text files and perform LF normalization

0 commit comments

Comments
 (0)