azurenoops / ref-scca-enclave-landing-zone-starter

A reference implementation of an SCCA-compliant Mission Enclave landing zone that supports running Azure PaaS services using Azure NoOps.
4 stars 7 forks source link

Added .gitignore #22

Closed matross-gh closed 1 year ago

matross-gh commented 1 year ago

Purpose

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x] Other... Please describe:
Prevention of /obj and /bin directories being introduced into the repository

How to Test

git clone ref-scca-enclave-starter
cd /web
dotnet clean
dotnet build

What to Check

Verify that git is not tracking changes for /obj or /bin

Other Information

matross-gh commented 1 year ago

@jrspinella No Terraform for this change. Since this a single repo with Terraform and Front-End if you change anything on either side git will track. I am open to other suggestions.

image