From 59a02b0e3836c1f1d44abccc6a7b589fbda7afec Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sun, 22 Mar 2020 21:08:37 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 73fc2516..d35f7071 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,7 @@ *.[Pp]ch # Exclude -!/bin/demo \ No newline at end of file +!/bin/demo + +# Hidden files and folders +.* \ No newline at end of file