From 9ba31af366bdfea45a9352e26746b6b73cc9458c Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 28 Feb 2020 22:02:48 +0000 Subject: [PATCH] Remove test dir from .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index ab4bf85..f00fed8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,5 @@ data/* !data/.gitkeep plugins/* !plugins/index.php -test/test-file1.txt tmp/* !tmp/index.php