adds logs to gitignore
This commit is contained in:
parent
59af27b698
commit
5285ac63d3
2 changed files with 5 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,4 +3,3 @@
|
||||||
letsencrypt
|
letsencrypt
|
||||||
*.production*
|
*.production*
|
||||||
static/php/xdebug.ini
|
static/php/xdebug.ini
|
||||||
logs/*
|
|
||||||
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