From: seven Date: Mon, 28 Sep 2020 01:58:21 +0000 (+0100) Subject: Add gitignores to source dirs X-Git-Url: https://git.mckillop.org/gitweb/?a=commitdiff_plain;h=61b1dffb4c2ea465ef5c4ffef4948b72d39eecc8;p=gemini-php Add gitignores to source dirs --- diff --git a/certs/.gitignore b/certs/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/certs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore