update gitignore add readme to empties
update gitignore and add readme to: logs/data/certs
This commit is contained in:
parent
422a28cd8d
commit
0157cac703
4 changed files with 17 additions and 3 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -15,6 +15,11 @@ tests/*
|
|||
!tests/pytest.ini
|
||||
|
||||
# Ignore logs/data/certs
|
||||
logs/
|
||||
data/
|
||||
certs/
|
||||
logs/*
|
||||
data/*
|
||||
certs/*
|
||||
|
||||
# Except README in logs/data/certs
|
||||
!logs/README.md
|
||||
!data/README.md
|
||||
!certs/README.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue