Skip to content

Commit c4ceabc

Browse files
authored
Add export-ignore files to .gitattributes (#71)
1 parent 7a19afa commit c4ceabc

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,15 @@
44

55
styles/* linguist-vendored
66
test/**/*.txt linguist-vendored
7+
8+
/.editorconfig export-ignore
9+
/.gitattributes export-ignore
10+
/.github export-ignore
11+
/.gitignore export-ignore
12+
/.php_cs.dist export-ignore
13+
/.travis export-ignore
14+
/.travis.yml export-ignore
15+
/phpunit.xml.dist export-ignore
16+
/demo export-ignore
17+
/tools export-ignore
18+
/test export-ignore

0 commit comments

Comments
 (0)