Skip to content

Commit

Permalink
add gitignore, update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Jan 10, 2024
1 parent 3c6943f commit 216a4c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ps-color-scripts/*.md
ps-color-scripts/*.psd1

2 changes: 2 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ $manifestParams = @{
"PassThru" = $true
}

Copy-Item -Path "./README.md" -Destination "./ps-color-scripts/README.md" -Force -ErrorAction SilentlyContinue
Remove-Item -Path "./ps-color-scripts/ps-color-scripts.psd1" -Force -ErrorAction SilentlyContinue
New-ModuleManifest @manifestParams

0 comments on commit 216a4c1

Please sign in to comment.