From 48656fccd98fca9e59474db839bfe9b403d58d98 Mon Sep 17 00:00:00 2001 From: anima Date: Mon, 16 May 2022 17:57:26 +0200 Subject: [PATCH] add json / yml files to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9085110..a35ce42 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ __pycache__/ *.log *.swp *.conf +*.json +*.yml \ No newline at end of file