File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,14 @@ extends: 'default'
10
10
# 3. All YAML files under directory `node_modules/`, introduced during the Travis run
11
11
# 4. Any SLS files under directory `test/`, which are actually state files
12
12
# 5. Any YAML files under directory `.kitchen/`, introduced during local testing
13
+ # 6. `kitchen.vagrant.yml`, which contains Embedded Ruby (ERB) template syntax
13
14
ignore : |
14
15
.cache/
15
16
.git/
16
17
node_modules/
17
18
test/**/states/**/*.sls
18
19
.kitchen/
20
+ kitchen.vagrant.yml
19
21
test/salt/pillar/default.sls
20
22
21
23
yaml-files :
Original file line number Diff line number Diff line change 43
43
/Gemfile @ saltstack-formulas/ssf
44
44
/Gemfile.lock @ saltstack-formulas/ssf
45
45
/kitchen.yml @ saltstack-formulas/ssf
46
+ /kitchen.vagrant.yml @ saltstack-formulas/ssf
47
+ /kitchen.windows.yml @ saltstack-formulas/ssf
46
48
/pre-commit_semantic-release.sh @ saltstack-formulas/ssf
47
49
/release-rules.js @ saltstack-formulas/ssf
48
50
/release.config.js @ saltstack-formulas/ssf
You can’t perform that action at this time.
0 commit comments