mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-08-10 23:26:53 +00:00
Add lib directory and update module manifest to reference it
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user