Skip to content

Commit 502e45b

Browse files
committed
chore: standardise structure (.gitignore & _mapdata.rb) [skip ci]
* Automated using myii/ssf-formula#292
1 parent 2a23743 commit 502e45b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ celerybeat-schedule
9191
venv/
9292
ENV/
9393

94+
# visual studio
95+
.vs/
96+
9497
# Spyder project settings
9598
.spyderproject
9699
.spyproject
@@ -120,3 +123,11 @@ docs/*.md
120123
Dockerfile.*_*
121124
ignore/
122125
tmp/
126+
127+
# `salt-formula` -- Vagrant Specific files
128+
.vagrant
129+
top.sls
130+
131+
# `suricata-formula` -- Platform binaries
132+
*.rpm
133+
*.deb

CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/*/_mapdata/ @saltstack-formulas/ssf
1919
/*/libsaltcli.jinja @saltstack-formulas/ssf
2020
/*/libtofs.jinja @saltstack-formulas/ssf
21-
/test/integration/**/_mapdata_spec.rb @saltstack-formulas/ssf
21+
/test/integration/**/_mapdata.rb @saltstack-formulas/ssf
2222
/test/integration/**/libraries/system.rb @saltstack-formulas/ssf
2323
/test/integration/**/inspec.yml @saltstack-formulas/ssf
2424
/test/integration/**/README.md @saltstack-formulas/ssf

0 commit comments

Comments
 (0)