From c7876824d2e0cd99e652854a16234c52f2a54a99 Mon Sep 17 00:00:00 2001 From: thies Date: Sun, 10 Jan 2021 19:06:44 +0100 Subject: [PATCH] ignore testfiles --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index febeb65..8a7d442 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ .DS_Store db.inc.php */db.inc.php -index.html \ No newline at end of file +index.html +*/index.html +test.php +*test.php \ No newline at end of file