Skip to content

Commit 82e0b38

Browse files
authored
Add .gitattributes for export-ignore (#21)
1 parent c05285e commit 82e0b38

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.gitattributes export-ignore
2+
.github/ export-ignore
3+
package-lock.json export-ignore
4+
package.json export-ignore
5+
phpstan.neon export-ignore
6+
phpunit.xml.dist export-ignore
7+
tests/ export-ignore
8+
ts/ export-ignore
9+
tsconfig.json export-ignore
10+
yarn.lock export-ignore

0 commit comments

Comments
 (0)