removing api files from web file

This commit is contained in:
Chris Smith
2025-02-20 16:36:25 +01:00
parent fb59a0e36c
commit ee7f00c3b6
4 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@@ -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

View File

View File

View File