mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
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:
8
.gitattributes
vendored
8
.gitattributes
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user