Skip to content

Commit a6ee5fa

Browse files
authored
Merge pull request #40 from cakephp/export-ignores
Exclude files from being exported
2 parents c52febb + acbcf0e commit a6ee5fa

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)