dont ignore example

This commit is contained in:
Adrien MALINGREY 2023-04-03 23:04:15 +02:00
parent d259b626d5
commit 4aac159021
2 changed files with 8 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,2 +1,3 @@
scans/
!example.yaml
scans/*.yaml
!scans/example.yaml
scans/*.xml

5
scans/example.yaml Normal file
View File

@ -0,0 +1,5 @@
group1:
host1.local: [ssh, http]
host2.local: [ftp, https, 5432]
group2:
host3: [ssh, ftp, 8006]