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