Skip to content

Commit

Permalink
chore: remove and gitignore .vscode directory (#159)
Browse files Browse the repository at this point in the history
## Description

remove and gitignore .vscode directory

## Related Issue

Fixes #
defenseunicorns/uds-software-factory#72

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-package-gitlab/blob/main/CONTRIBUTING.md#developer-workflow)
followed
  • Loading branch information
zachariahmiller authored Jul 3, 2024
1 parent a457cc4 commit c087596
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defense-unicorns-distro/preflight.sh
.terraform
tmp
zarf-sbom

.vscode/
.cache/
.idea/
build/
Expand Down
43 changes: 0 additions & 43 deletions .vscode/settings.json

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,7 @@ The released packages can be found in [ghcr](https://github.com/defenseunicorns/
## Contributing

Please see the [CONTRIBUTING.md](./CONTRIBUTING.md)

## Development

When developing this package it is ideal to utilize the json schemas for UDS Bundles, Zarf Packages and Maru Tasks. This involves configuring your IDE to provide schema validation for the respective files used by each application. For guidance on how to set up this schema validation, please refer to the [guide](https://github.com/defenseunicorns/uds-common/blob/main/docs/development-ide-configuration.md) in uds-common.

0 comments on commit c087596

Please sign in to comment.