Skip to content

Commit

Permalink
exclude files from git export
Browse files Browse the repository at this point in the history
add files to be excluded from git export

visible when used via composer --prefer-dist
  • Loading branch information
glensc committed Sep 24, 2016
1 parent efa1845 commit beeec36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Expand Up @@ -20,3 +20,11 @@
*.PDF 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

0 comments on commit beeec36

Please sign in to comment.