Skip to content

Commit acbcf0e

Browse files
authored
Exclude files from being exported
1 parent c52febb commit acbcf0e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
# Set default behaviour, in case users don't have core.autocrlf set.
33
* text=auto
44
* text eol=lf
5+
6+
# Remove files for archives generated using `git archive`
7+
.editorconfig export-ignore
8+
.travis.yml export-ignore
9+
phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)