File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 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
20
22
yaml-files :
21
23
# Default settings
Original file line number Diff line number Diff line change 39
39
/Gemfile @ saltstack-formulas/ssf
40
40
/Gemfile.lock @ saltstack-formulas/ssf
41
41
/kitchen.yml @ saltstack-formulas/ssf
42
+ /kitchen.vagrant.yml @ saltstack-formulas/ssf
43
+ /kitchen.windows.yml @ saltstack-formulas/ssf
42
44
/pre-commit_semantic-release.sh @ saltstack-formulas/ssf
43
45
/release-rules.js @ saltstack-formulas/ssf
44
46
/release.config.js @ saltstack-formulas/ssf
You can’t perform that action at this time.
0 commit comments