mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 21:31:48 +01: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
|
||||
*.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