git ignore : ps
This commit is contained in:
parent
1eacb69177
commit
1631f719d1
2
.gitignore
vendored
2
.gitignore
vendored
@ -87,7 +87,7 @@ writable/**/*.sqlite
|
|||||||
php_errors.log
|
php_errors.log
|
||||||
|
|
||||||
public/uploads/*
|
public/uploads/*
|
||||||
# !public/uploads/index.html
|
!public/uploads/index.html
|
||||||
|
|
||||||
#-------------------------
|
#-------------------------
|
||||||
# Composer
|
# Composer
|
||||||
|
|||||||
11
public/uploads/index.html
Executable file
11
public/uploads/index.html
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>403 Forbidden</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<p>Directory access is forbidden.</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue
Block a user