-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(gitignore): track TOFS override files (salt
& template
)
#130
Conversation
🎉 This PR is included in version 1.87.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@myii do you agree that |
@dafyddj Sure, I've just used this PR as a stop-gap before merging all of these into one |
Is it worth being explicit that |
Ok, I might take a closer look at that. |
@dafyddj That would be helpful, thanks. |
.vagrant is required to ignore the working folder of the VM manager. If you don't plan to use a similar setup (which would require a Vagrantfile) you can simply remove these two lines from .gitignore. To be honest, since i am not very involved in the development of the formula, i don't know how much this system is used and therefore cant really judge if it is at all worthwhile to include in the repo in the first place. |
@MSeven Thanks for the reply, this formula here is used to manage 60+ formulas under the SaltStack Formulas organisation, so changes we make here are propagated everywhere. We just want to clear up these issues so that we can have a common |
Ok, so this is testing in Vagrant outside of Kitchen. |
@dafyddj Since the |
Sounds good to me! |
* Decision made during the discussion in #130
* Decision made during the discussion in #130
# [1.89.0](v1.88.0...v1.89.0) (2020-02-14) ### Features * **gitignore:** standardise from the `template-formula` ([100906b](100906b)), closes [#130](#130)
.gitignore
saltstack-formulas/template-formula#189