From e0e73cf5b5259299d21b560c1ae216cf0f85bb53 Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Thu, 3 Jan 2019 21:15:47 +0200 Subject: [PATCH] Minor cleaning of .gitignore files in tests folder (#17007) 1) `/runtime/cache/*` already ignored by file `/tests/runtime/.gitignore` 2) `/tests/runtime/assets/` already stays in place due to file `/tests/runtime/asstes/.gitignore` --- tests/.gitignore | 3 +-- tests/runtime/.gitignore | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/.gitignore b/tests/.gitignore index f5f5f83..1c78cb3 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,2 +1 @@ -/runtime/cache/* -/data/config.local.php \ No newline at end of file +/data/config.local.php diff --git a/tests/runtime/.gitignore b/tests/runtime/.gitignore index 40f6bf6..d6b7ef3 100644 --- a/tests/runtime/.gitignore +++ b/tests/runtime/.gitignore @@ -1,3 +1,2 @@ * !.gitignore -!/assets/