diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2022-07-14 23:50:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-14 23:50:22 +0200 |
| commit | 44bac8d58c75adf0be771d29afeab6e5923e9856 (patch) | |
| tree | cc38d92e9f14aa8e60a5633d6850cc47418a5398 /.gitattributes | |
| parent | f8e1ba76f77e17ec7b364b2922d350990ead7168 (diff) | |
| download | smarty-44bac8d58c75adf0be771d29afeab6e5923e9856.tar.gz smarty-44bac8d58c75adf0be771d29afeab6e5923e9856.tar.bz2 smarty-44bac8d58c75adf0be771d29afeab6e5923e9856.zip | |
add local testrunners for all supported PHP versions using docker. (#770)
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 5a93a58c..ca0450d8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,8 +10,8 @@ /demo export-ignore /docs export-ignore /utilities export-ignore +/docker-compose.yml export-ignore /.github export-ignore - /.gitattributes export-ignore /.gitignore export-ignore /make-release.sh export-ignore |
