From 9d07b167c00155c1d60041f02ccd2f5293940aa5 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Sun, 15 Nov 2020 21:09:42 +0100 Subject: [PATCH] Ignore file starting with dot (commit from @Indigo744) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index c1bcf70..9241e2f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,8 @@ var-* *._* /vendor .idea/ + +# Ignore file starting with dot, but keep others +.* +!.gitlab-ci.yml +!.gitignore \ No newline at end of file -- 2.34.1