Browse Source

Fix self-ignored .gitignore files.

tags/2.0.13
Robert Korulczyk 7 years ago
parent
commit
4d5aa9a6cf
  1. 3
      framework/console/runtime/.gitignore
  2. 2
      tests/runtime/.gitignore
  3. 3
      tests/runtime/assets/.gitignore

3
framework/console/runtime/.gitignore vendored

@ -1 +1,2 @@
*
*
!.gitignore

2
tests/runtime/.gitignore vendored

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

3
tests/runtime/assets/.gitignore vendored

@ -1 +1,2 @@
*
*
!.gitignore

Loading…
Cancel
Save