Commit 171a9bd
Fix .gitignore to allow PowerShell module bin folders (#4574)
* Initial plan
* Fix gitignore to allow PowerShell module bin folders
Co-authored-by: liliankasem <2198905+liliankasem@users.noreply.github.com>
* Remove trailing whitespace from test file to fix StyleCop warnings
Co-authored-by: surgupta-msft <16623184+surgupta-msft@users.noreply.github.com>
* Fix failing PowerShell module test to use actual gitignore content
Co-authored-by: surgupta-msft <16623184+surgupta-msft@users.noreply.github.com>
* Fix missing closing brace in GitIgnoreParserTests.cs
Co-authored-by: liliankasem <2198905+liliankasem@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: liliankasem <2198905+liliankasem@users.noreply.github.com>
Co-authored-by: surgupta-msft <16623184+surgupta-msft@users.noreply.github.com>1 parent 06400da commit 171a9bd
File tree
2 files changed
+24
-1
lines changed- src/Cli/func/StaticResources
- test/Cli/Func.UnitTests/ParserTests
2 files changed
+24
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
150 | 171 | | |
151 | 172 | | |
0 commit comments