nconf-lite/.gitignore

14 lines
279 B
Plaintext
Raw Normal View History

2011-04-02 08:59:18 +00:00
.DS_Store
config.json
test/fixtures/*.json
!test/fixtures/complete.json
!test/fixtures/malformed.json
2013-10-03 13:37:07 +00:00
!test/fixtures/bom.json
!test/fixtures/no-bom.json
!test/fixtures/secure.json
!test/fixtures/secure-iv.json
node_modules/
node_modules/*
npm-debug.log
2020-06-02 10:15:21 +00:00
package-lock.json
coverage