.gitignore
This commit is contained in:
parent
a4adc74a5a
commit
1af0514d89
6 changed files with 2 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,8 +4,8 @@
|
|||
/app/config/_*
|
||||
/app/cache/**/*.php
|
||||
/app/cache/**/*.lock
|
||||
/app/log/**/*.log
|
||||
/app/log/*
|
||||
/public/img/avatars/*
|
||||
!/public/img/avatars/index.html
|
||||
/public/.htaccess
|
||||
/public/index.php
|
||||
!.gitkeep
|
||||
|
|
0
app/log/.gitkeep
Normal file
0
app/log/.gitkeep
Normal file
|
@ -1 +0,0 @@
|
|||
<html><head><title>.</title></head><body>.</body></html>
|
0
public/img/avatars/.gitkeep
Normal file
0
public/img/avatars/.gitkeep
Normal file
|
@ -1 +0,0 @@
|
|||
<html><head><title>.</title></head><body>.</body></html>
|
|
@ -1 +0,0 @@
|
|||
<html><head><title>.</title></head><body>.</body></html>
|
Loading…
Add table
Reference in a new issue