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.

This commit is contained in:
Master3395
2025-09-20 20:13:21 +02:00
parent 6e9e89d9f8
commit 1467415eba
3 changed files with 7 additions and 6 deletions

8
.gitignore vendored
View File

@@ -117,4 +117,10 @@ dmypy.json
/usr/local/CyberCP/
/etc/cyberpanel/
cyberpanel_password.txt
mysql_password.txt
mysql_password.txt
# Development test files
test.php
test.sh
*.test.php
*.test.sh

View File

@@ -1,5 +0,0 @@
<?
phpinfo();
?>

View File