Skip to content
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

Add .vscode to .gitignore #5

Merged
merged 2 commits into from
Oct 10, 2022
Merged

Add .vscode to .gitignore #5

merged 2 commits into from
Oct 10, 2022

Conversation

Cruikshanks
Copy link
Member

We maintain some VSCode tasks.json and launch.json in our main Vagrant repo. This is held on a private GitLab instance for use only by the dev team.

These get copied into the projects to help the team work with the Vagrant box. They are specific to the box so make no sense if you are not using it.

Because of this, we don't include them in source control. But when we created this project we used sroc-charging-module-api as a template and it doesn't include .vscode in its .gitignore file.

This adds the entry, brings this project in line with the rest of the other WABS projects, and ensures our vscode files don't get committed.

We maintain some VSCode `tasks.json` and `launch.json` in our main [Vagrant](https://www.vagrantup.com/) repo. This is held on a private GitLab instance for use only by the dev team.

These get copied into the projects to help the team work with the Vagrant box. They are specific to the box so make no sense if you are not using it.

Because of this we don't include them in source control. But when we created this project we used [sroc-charging-module-api](https://github.com/DEFRA/sroc-charging-module-api) as a template and it doesn't include `.vscode` in its `.gitignore` file.

This adds the entry, brings this prject inline with the rest of the other WABS projects, and ensures our vscode files don't get comitted.
@Cruikshanks Cruikshanks added the housekeeping Refactoring, tidying up or other work which supports the project label Oct 10, 2022
@Cruikshanks Cruikshanks self-assigned this Oct 10, 2022
@Cruikshanks Cruikshanks marked this pull request as ready for review October 10, 2022 22:06
@Cruikshanks Cruikshanks merged commit d810d1f into main Oct 10, 2022
@Cruikshanks Cruikshanks deleted the add-vscode-to-ignore branch October 10, 2022 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Refactoring, tidying up or other work which supports the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant