Adds a .gitignore file to the /web folder which will prevent /obj and /bin files from being added to the repository
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
Get the code
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
@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.
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that git is not tracking changes for /obj or /bin
Other Information