diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2020-04-13 22:32:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-13 22:32:23 +0200 |
| commit | 48d24b7ad1dcec5c3b952bf1025c4a1514db13ab (patch) | |
| tree | fda4984df3bc4f9612894a2a29d6d60115299f49 /.gitattributes | |
| parent | 19ef8342aaa558e2ff50b37934f26417af340d82 (diff) | |
| download | smarty-48d24b7ad1dcec5c3b952bf1025c4a1514db13ab.tar.gz smarty-48d24b7ad1dcec5c3b952bf1025c4a1514db13ab.tar.bz2 smarty-48d24b7ad1dcec5c3b952bf1025c4a1514db13ab.zip | |
Fix repo layout for package maintainers (#571)
* Do not ignore lexer subfolder for export as this contains source files and add smarty-lexer as a composer dev-dependency.
* Remove unit tests etc from archive export
Please note that the generated lexer / parser classes are not exactly equivalent, as they have been editing to conform to coding standards afterwards. I did a quick review and there don't seem to be any differences in semantics though.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/.gitattributes b/.gitattributes index 5013f425..760ebd19 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,11 +6,14 @@ *.lex text eol=lf # exclude from git export -/travis.ini export-ignore -/myconfig.ini export-ignore -/.travis.yml export-ignore -/.gitignore export-ignore -/.gitattributes export-ignore -/lexer/ export-ignore +/tests export-ignore /utilities/ export-ignore + +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore /error_reporting.ini export-ignore +/phpunit.sh export-ignore +/phpunit.xml export-ignore +/TODO.md export-ignore +/travis.ini export-ignore |
