From 2a73bc632a83f3538d8bc63be16f78bb1c888c1d Mon Sep 17 00:00:00 2001 From: Fl1tzi Date: Wed, 12 Apr 2023 00:46:11 +0200 Subject: [PATCH] update .gitignore --- .gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index de0f96d..86b3d92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ -# exlude everything +# exclude everything /* +/**/* + +# include these folders +# !/example/ + +# include compose.yaml files +!**/compose.yaml -# except compose.yaml files -!**/compose.yaml \ No newline at end of file