From 7534f0d4b47220fc9cc0f80b5413d6dac5c35cc4 Mon Sep 17 00:00:00 2001 From: tycrek Date: Tue, 13 Jul 2021 00:01:57 -0600 Subject: [PATCH] updated .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8c776da..4bd0768 100755 --- a/.gitignore +++ b/.gitignore @@ -105,6 +105,7 @@ dist # tokens auth.json +auth.*.json # data data.json @@ -113,4 +114,7 @@ data.json uploads/ # config -config.json \ No newline at end of file +config.json + +# certificates +*.crt \ No newline at end of file