added gitignore

Add ignore module root and module manifest
This commit is contained in:
onyx-and-iris 2021-04-30 16:31:01 +01:00
parent 7ba7b456eb
commit 7a7740a8bc
2 changed files with 3 additions and 4 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
**/*.psd1
**/*.psm1

View File

@ -1,11 +1,8 @@
Param(
[String]$tag, [Int]$num=1
)
Param([String]$tag, [Int]$num=1)
try
{
. ..\lib\voicemeeter.ps1
$vmr = [Remote]::new('potato')
1..$num | ForEach-Object {