git ignore : ps

This commit is contained in:
VE10-Sanjeev 2023-09-23 18:44:41 +05:30
parent 1eacb69177
commit 1631f719d1
2 changed files with 12 additions and 1 deletions

2
.gitignore vendored
View File

@ -87,7 +87,7 @@ writable/**/*.sqlite
php_errors.log
public/uploads/*
# !public/uploads/index.html
!public/uploads/index.html
#-------------------------
# Composer

11
public/uploads/index.html Executable file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>