Exact path matching ignore path (#59)

* support exact path matching and glob matching for ignore_path

* newlines

* update readme

* Trigger CI

Co-authored-by: ludeeus <ludeeus@ludeeus.dev>
This commit is contained in:
bi1yeu
2022-09-03 01:29:32 -07:00
committed by GitHub
parent 203a3fd018
commit 6096f68baf
9 changed files with 92 additions and 31 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
test="test"
echo "$test"

View File

@@ -0,0 +1,3 @@
#!/bin/bash
test="test"
echo "$test"

View File

@@ -1,5 +0,0 @@
#!/bin/sh
echo $test $test
echo $test2

View File

@@ -0,0 +1,3 @@
#!/bin/bash
test="test"
echo "$test"

View File

@@ -0,0 +1,3 @@
#!/bin/bash
test="test"
echo "$test"

View File

@@ -0,0 +1,3 @@
#!/bin/bash
test="test"
echo "$test"