diff --git a/.gitignore b/.gitignore index 35042ba..88444b0 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,9 @@ phpunit.phar /frontend/web/index.php /frontend/web/index-test.php /frontend/web/robots.txt +/api/web/index.php +/api/web/index-test.php +/api/web/robots.txt /backend/web/index.php /backend/web/index-test.php /backend/web/robots.txt diff --git a/api/web/index-test.php b/api/web/index-test.php deleted file mode 100644 index e69de29..0000000 diff --git a/api/web/index.php b/api/web/index.php deleted file mode 100644 index e69de29..0000000 diff --git a/api/web/robots.txt b/api/web/robots.txt deleted file mode 100644 index e69de29..0000000