Modification du .gitignore pour loot/*/ext
.
This commit is contained in:
parent
31db1c1e29
commit
72bb61567f
3 changed files with 7 additions and 4 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,4 +1,7 @@
|
|||
loot/certs/*
|
||||
!loot/certs/.gitkeep
|
||||
loot/csr/*
|
||||
!loot/csr/.gitkeep
|
||||
loot/*
|
||||
!loot/certs
|
||||
!loot/certs/ext
|
||||
!loot/certs/ext/.gitkeep
|
||||
!loot/csr
|
||||
!loot/csr/ext
|
||||
!loot/csr/ext/.gitkeep
|
||||
|
|
Loading…
Reference in a new issue