Exclude files for distribution using .gitignore

This commit is contained in:
David Sevilla Martin 2017-05-18 18:42:53 -04:00
parent ab564958b2
commit 962b4f596f

View File

@ -2,5 +2,10 @@
.gitignore export-ignore
.gitmodules export-ignore
.travis.yml export-ignore
.editorconfig export-ignore
.styleci.yml export-ignore
phpunit.xml export-ignore
tests export-ignore
js/*/dist/*.js -diff