diff options
| author | Stephen Sigwart <ssigwart@gmail.com> | 2022-04-01 22:48:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-01 22:48:14 -0400 |
| commit | e68065bc33934ce670e1655a62001afcb5dece06 (patch) | |
| tree | 9b4d016518216ab5431bb4232994f2291f363e60 /.gitattributes | |
| parent | db2547287c7cf11cb1a2a7bcbe9d21f24b2bbf70 (diff) | |
| download | smarty-e68065bc33934ce670e1655a62001afcb5dece06.tar.gz smarty-e68065bc33934ce670e1655a62001afcb5dece06.tar.bz2 smarty-e68065bc33934ce670e1655a62001afcb5dece06.zip | |
Exclude demo from export and composer
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index e3a48c9f..5a93a58c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,7 @@ # exclude from git export /tests export-ignore +/demo export-ignore /docs export-ignore /utilities export-ignore /.github export-ignore |
