mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-13 06:23:18 +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.txt", false},
|
||||
{".git/config", true},
|
||||
{"src/.git/config", true},
|
||||
{"src/.git/config", false},
|
||||
{"vendor/package/file.go", true},
|
||||
{"internal/vendor/file.go", false},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user