Update the .gitignore to ignore GraphingImplOverrides.props. (#472)
Description of the changes: Update the .gitignore to ignore GraphingImplOverrides.props. This update already exists in the feature branch but we can merge it to master now to make development of the feature easier and prevent accidentally commiting this file. How changes were validated: Manual. Switch to feature branch. Add GraphingImplOverrides.props Switch to dabelc/IgnoreGraphingImplOverrides.props. Confirm git shows no files changed but props file is present.
This commit is contained in:
parent
452f18fd8e
commit
861d4ef408
1
.gitignore
vendored
1
.gitignore
vendored
@ -289,6 +289,7 @@ __pycache__/
|
||||
|
||||
# Calculator specific
|
||||
Generated Files/
|
||||
src/GraphControl/GraphingImplOverrides.props
|
||||
!/build/config/TRexDefs/**
|
||||
!src/Calculator/TemporaryKey.pfx
|
||||
!src/CalculatorUnitTests/CalculatorUnitTests_TemporaryKey.pfx
|
Loading…
Reference in New Issue
Block a user