diff --git a/.gitignore b/.gitignore index 012b995..138027c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ vendor composer.lock composer.phar tests/resources/compile/* +!.gitkeep +tests/resources/template/* +!.gitkeep benchmark/compile/* benchmark/templates/inheritance/smarty benchmark/templates/inheritance/twig \ No newline at end of file diff --git a/tests/resources/compile/.gitkeep b/tests/resources/compile/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/tests/resources/template/.gitkeep b/tests/resources/template/.gitkeep new file mode 100644 index 0000000..e69de29