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