From 05278bc4635aeb8279463f4efa0cd284e708b824 Mon Sep 17 00:00:00 2001 From: Dieter Schmidt Date: Sat, 20 Feb 2021 17:26:15 +0000 Subject: [PATCH] add .config folder to gitognore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e0f130..c07f0dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ printer.cfg -!config/printer.cfg \ No newline at end of file +!config/printer.cfg +.config \ No newline at end of file