Add lib directory and update module manifest to reference it

This commit is contained in:
Alphaeus Mote
2025-05-09 17:12:19 -04:00
parent 50c5be0f95
commit 64c49b462d
3 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -9,6 +9,10 @@ obj/
*.userosscache
*.sln.docstates
# Exception for Module lib directory
!Module/lib/
!Module/lib/**/*.dll
# Visual Studio files
.vs/
*.nupkg
@@ -46,9 +50,10 @@ PSProxmox/[Oo]bj/
*.tar.gz
*.tgz
# Module bin folder (except the DLL)
# Module bin folder (except the DLL and Newtonsoft.Json.dll)
Module/bin/*
!Module/bin/PSProxmox.dll
!Module/bin/Newtonsoft.Json.dll
# PowerShell module artifacts
*.psm1