mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +00:00
added gitignore
Add ignore module root and module manifest
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
**/*.psd1
|
||||
**/*.psm1
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user