Skip to content

Commit 1d8842f

Browse files
authored
Simplify .gitattributes export-ignore
Use `.* export-ignore` to exclude all dot files/folders
1 parent dc9728d commit 1d8842f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.gitattributes

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
.gitattributes export-ignore
2-
.github/ export-ignore
3-
.gitignore export-ignore
4-
.scrutinizer.yml export-ignore
1+
.* export-ignore
52
example/ export-ignore
63
phpunit.xml.dist export-ignore
74
tests/ export-ignore

0 commit comments

Comments
 (0)