diff options
author | xnacly <matteogropp@protonmail.com> | 2021-08-18 13:57:23 +0200 |
---|---|---|
committer | xnacly <matteogropp@protonmail.com> | 2021-08-18 13:57:23 +0200 |
commit | d53271b68e3426d6a050e05a84276d6519b1f372 (patch) | |
tree | 7b5ae202c16a18fc967cd0fd3ee135bd6325c46c /cdn/.gitignore | |
parent | :bug: fix #267 (diff) | |
download | server-d53271b68e3426d6a050e05a84276d6519b1f372.tar.xz |
added unittest setup + ping route test
Diffstat (limited to 'cdn/.gitignore')
-rw-r--r-- | cdn/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cdn/.gitignore b/cdn/.gitignore index f2e69ff6..14dd53b5 100644 --- a/cdn/.gitignore +++ b/cdn/.gitignore @@ -3,4 +3,5 @@ node_modules/ .DS_Store .env dist/ -files/ \ No newline at end of file +files/ +coverage/ \ No newline at end of file |