From 1467415ebafadbea79ab06804e8a3ebeb15f4c1f Mon Sep 17 00:00:00 2001 From: Master3395 Date: Sat, 20 Sep 2025 20:13:21 +0200 Subject: [PATCH] Update .gitignore and remove test files: Add patterns for development test files to .gitignore and delete unused test.php and test.sh files to clean up the repository. --- .gitignore | 8 +++++++- test.php | 5 ----- test.sh | 0 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 test.php delete mode 100755 test.sh diff --git a/.gitignore b/.gitignore index 2812413b9..8507cefe7 100644 --- a/.gitignore +++ b/.gitignore @@ -117,4 +117,10 @@ dmypy.json /usr/local/CyberCP/ /etc/cyberpanel/ cyberpanel_password.txt -mysql_password.txt \ No newline at end of file +mysql_password.txt + +# Development test files +test.php +test.sh +*.test.php +*.test.sh \ No newline at end of file diff --git a/test.php b/test.php deleted file mode 100644 index 57a4844d4..000000000 --- a/test.php +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/test.sh b/test.sh deleted file mode 100755 index e69de29bb..000000000