mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-15 15:03:17 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
691832e282 |
@@ -67,7 +67,7 @@ func TestIsIgnored(t *testing.T) {
|
|||||||
{"subdir/file.log", true},
|
{"subdir/file.log", true},
|
||||||
{"subdir/file.txt", false},
|
{"subdir/file.txt", false},
|
||||||
{".git/config", true},
|
{".git/config", true},
|
||||||
{"src/.git/config", true},
|
{"src/.git/config", false},
|
||||||
{"vendor/package/file.go", true},
|
{"vendor/package/file.go", true},
|
||||||
{"internal/vendor/file.go", false},
|
{"internal/vendor/file.go", false},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user