adds logs to gitignore
This commit is contained in:
parent
59af27b698
commit
5285ac63d3
2 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,5 +2,4 @@
|
|||
.vscode
|
||||
letsencrypt
|
||||
*.production*
|
||||
static/php/xdebug.ini
|
||||
logs/*
|
||||
static/php/xdebug.ini
|
||||
4
logs/.gitignore
vendored
Normal file
4
logs/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue