diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-11-28 13:56:22 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-11-28 13:58:47 +0100 |
commit | ee9cc39f9b6e65eea2037b8938de8cb5c73e677d (patch) | |
tree | ec94ade033efa56ec04706797fe06a37833220c7 /.gitattributes | |
parent | docker: use wg0 by default (diff) | |
download | wg-api-web-ee9cc39f9b6e65eea2037b8938de8cb5c73e677d.tar.gz wg-api-web-ee9cc39f9b6e65eea2037b8938de8cb5c73e677d.zip |
add test/ with a basic CI script
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 176a458..d76765e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text=auto + +*.sh text eol=lf |