included bom test fixtures
This commit is contained in:
parent
29f1ca281b
commit
24f77a0edd
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,6 +3,8 @@ config.json
|
||||||
test/fixtures/*.json
|
test/fixtures/*.json
|
||||||
!test/fixtures/complete.json
|
!test/fixtures/complete.json
|
||||||
!test/fixtures/malformed.json
|
!test/fixtures/malformed.json
|
||||||
|
!test/fixtures/bom.json
|
||||||
|
!test/fixtures/no-bom.json
|
||||||
node_modules/
|
node_modules/
|
||||||
node_modules/*
|
node_modules/*
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|
Loading…
Reference in a new issue