From 771a447e2cea0cc5ff998a11358652493d12d5c6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Murray Date: Tue, 9 Jun 2020 09:34:56 -0400 Subject: [PATCH] Added last slash so it ignores everything in the folder .gitignore's magic still eludes me it seems! --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c6557a5..0839fd1c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ Homestead.yaml .rnd /.expo /.vscode -/docker-compose/db/data \ No newline at end of file +/docker-compose/db/data/ \ No newline at end of file