mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00

* Quoting from https://kitchen.ci/docs/getting-started/kitchen-yml/:
- As of test-kitchen 1.21.0, we now prefer `kitchen.yml` over `.kitchen.yml`.
- This preference applies to `kitchen.local.yml` as well.
- This is backward compatible so the dot versions continue to work.
* Mirrors contribution to `saltstack/salt` repo:
- https://github.com/saltstack/salt/pull/54442
* `.gitignore`:
- 46f96e4f37/.gitignore (L112-L116)
13 lines
127 B
Text
13 lines
127 B
Text
/.project
|
|
*.sw?
|
|
.vagrant
|
|
|
|
# Pycharm
|
|
.idea
|
|
|
|
# test-kitchen
|
|
.kitchen.local.yml
|
|
kitchen.local.yml
|
|
.kitchen/
|
|
.bundle/
|
|
Gemfile.lock
|