From 7a7740a8bc706e0396e76cec7818b881719926bd Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Fri, 30 Apr 2021 16:31:01 +0100 Subject: [PATCH] added gitignore Add ignore module root and module manifest --- .gitignore | 2 ++ test/runall.ps1 | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a6f3bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/*.psd1 +**/*.psm1 diff --git a/test/runall.ps1 b/test/runall.ps1 index bab4b68..edd025a 100644 --- a/test/runall.ps1 +++ b/test/runall.ps1 @@ -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 {