mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 01:13:32 +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(
|
Param([String]$tag, [Int]$num=1)
|
||||||
[String]$tag, [Int]$num=1
|
|
||||||
)
|
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
. ..\lib\voicemeeter.ps1
|
. ..\lib\voicemeeter.ps1
|
||||||
|
|
||||||
$vmr = [Remote]::new('potato')
|
$vmr = [Remote]::new('potato')
|
||||||
|
|
||||||
1..$num | ForEach-Object {
|
1..$num | ForEach-Object {
|
||||||
|
|||||||
Reference in New Issue
Block a user