diff options
| author | Stephen Sigwart <ssigwart@gmail.com> | 2022-04-01 22:46:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-01 22:46:50 -0400 |
| commit | db2547287c7cf11cb1a2a7bcbe9d21f24b2bbf70 (patch) | |
| tree | 09208f8198551675213c6775f380f4eefcb419a5 /.gitattributes | |
| parent | 8aeb5d6821271efdeaadb73c7ed8b464421c0a5a (diff) | |
| download | smarty-db2547287c7cf11cb1a2a7bcbe9d21f24b2bbf70.tar.gz smarty-db2547287c7cf11cb1a2a7bcbe9d21f24b2bbf70.tar.bz2 smarty-db2547287c7cf11cb1a2a7bcbe9d21f24b2bbf70.zip | |
Exclude docs 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 bbf8135e..e3a48c9f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,7 @@ # exclude from git export /tests export-ignore +/docs export-ignore /utilities export-ignore /.github export-ignore |
