From 1830b9c9a10be02669fd1a08fd09ce310cbb2fd3 Mon Sep 17 00:00:00 2001 From: Simon Leiner Date: Thu, 28 Jul 2022 04:24:59 +0200 Subject: [PATCH] Fix .gitignore (#40) For more details, see: https://stackoverflow.com/a/20652768 --- inventory/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/.gitignore b/inventory/.gitignore index 568d6c0..ddcc0d1 100644 --- a/inventory/.gitignore +++ b/inventory/.gitignore @@ -1,3 +1,3 @@ -* +/* !.gitignore -!sample/ \ No newline at end of file +!sample/