mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 13:53:11 -07:00
eng: Remove PFXs from codebase (#2219)
* Squashed commit of the following: commit a7d403386e3df430edf67d89ca23f81313022d2d Author: Tian Liao <tilia@microsoft.com> Date: Mon Aug 12 16:58:30 2024 +0800 remove pfx from ignore list commit 26ffa46d9a92dcbadc9d9d471715fdec10c6f013 Author: Tian Liao <tilia@microsoft.com> Date: Mon Aug 12 16:58:07 2024 +0800 Remove PFXs * fix yaml * fix gh action * fix gh action
This commit is contained in:
parent
3782412791
commit
b30ece5c03
11 changed files with 59 additions and 50 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -200,7 +200,6 @@ ClientBin/
|
|||
*.dbmdl
|
||||
*.dbproj.schemaview
|
||||
*.jfm
|
||||
*.pfx
|
||||
*.publishsettings
|
||||
orleans.codegen.cs
|
||||
|
||||
|
@ -294,8 +293,6 @@ __pycache__/
|
|||
Generated Files/
|
||||
src/GraphControl/GraphingImplOverrides.props
|
||||
src/CalcViewModel/DataLoaders/DataLoaderConstants.h
|
||||
!src/Calculator/WindowsDev_TemporaryKey.pfx
|
||||
!src/CalculatorUnitTests/WindowsDev_TemporaryKey.pfx
|
||||
!src/x64
|
||||
!src/x86
|
||||
!src/out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue