diff --git a/.gitignore b/.gitignore index f417302..c52fb97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .ftpconfig sftp-config.json phpunit/coverage/ -#/public_html/tmp/* -#/build/lightdb/storage/*/data +/public_html/tmp/* +/build/lightdb/storage/*/data diff --git a/public_html/test.php b/test/test.php similarity index 100% rename from public_html/test.php rename to test/test.php