Browse Source

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`
tags/2.0.16
Pavel Ivanov 6 years ago committed by Alexander Makarov
parent
commit
e0e73cf5b5
  1. 1
      tests/.gitignore
  2. 1
      tests/runtime/.gitignore

1
tests/.gitignore vendored

@ -1,2 +1 @@
/runtime/cache/*
/data/config.local.php /data/config.local.php

1
tests/runtime/.gitignore vendored

@ -1,3 +1,2 @@
* *
!.gitignore !.gitignore
!/assets/

Loading…
Cancel
Save