diff --git a/ssf/defaults.yaml b/ssf/defaults.yaml index 415a61a5..16b6fb12 100644 --- a/ssf/defaults.yaml +++ b/ssf/defaults.yaml @@ -63,7 +63,7 @@ ssf_node_anchors: # `git describe --abbrev=0 --tags` # yamllint disable rule:line-length rule:quoted-strings title: "chore: standardise structure [skip ci]" - body: '* Automated using https://github.com/myii/ssf-formula/pull/291' + body: '* Automated using https://github.com/myii/ssf-formula/pull/292' # yamllint enable rule:line-length rule:quoted-strings github: owner: 'saltstack-formulas' diff --git a/ssf/files/default/.gitignore b/ssf/files/default/.gitignore index 6995110e..499071a4 100644 --- a/ssf/files/default/.gitignore +++ b/ssf/files/default/.gitignore @@ -91,6 +91,9 @@ celerybeat-schedule venv/ ENV/ +# visual studio +.vs/ + # Spyder project settings .spyderproject .spyproject