exclude files from git export

add files to be excluded from git export

visible when used via composer --prefer-dist
This commit is contained in:
Elan Ruusamäe
2016-09-24 11:03:02 +03:00
committed by GitHub
parent efa18457f2
commit beeec36bb8

8
.gitattributes vendored
View File

@@ -20,3 +20,11 @@
*.PDF diff=astextplain *.PDF diff=astextplain
*.rtf diff=astextplain *.rtf diff=astextplain
*.RTF diff=astextplain *.RTF diff=astextplain
# exclude from git export
/travis.ini export-ignore
/composer.json export-ignore
/.travis.yml export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore
/lexer/ export-ignore