mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 05:10:48 +00:00
added gitignore
Add ignore module root and module manifest
This commit is contained in:
parent
7ba7b456eb
commit
7a7740a8bc
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user