Skip to content

Commit

Permalink
update .npmignore (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers authored Dec 27, 2018
1 parent 2d5db8f commit 2df7f06
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# When adding entries here, remember to also update `.npmignore`.

node_modules/
build/
build-pre-gyp/
Expand Down
49 changes: 40 additions & 9 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,49 @@
*.tar.gz
build/
build-pre-gyp/
test-data.tar
test-data.db.tar
deps/leveldb/leveldb-basho/
deps/leveldb/leveldb-hyper/
deps/leveldb/leveldb-rocksdb/
deps/snappy/snappy/testdata/
leakydb
bench/
test/
deps/leveldb/leveldb-*/doc/
deps/leveldb/leveldb-*/README.md
deps/leveldb/leveldb-*/CONTRIBUTING.md
deps/leveldb/leveldb-*/port/README
deps/snappy/snappy/testdata/
deps/snappy/snappy/.appveyor.yml
deps/snappy/snappy/.git
deps/snappy/snappy/.travis.yml
deps/snappy/snappy/CONTRIBUTING.md
deps/snappy/snappy/README.md
deps/snappy/snappy/*.txt
README
INSTALL
NEWS
AUTHORS
TODO

# Build artifacts
deps/*/Release/
deps/*/Debug/
*.tar.gz
build/
build-pre-gyp/
libleveldb.so
libleveldb.a
*.sln
*.vcxproj
*.vcxproj.filters

# Benchmarks and tests
bench/
test/
*.csv

# Misc
.nyc_output/
yarn.lock
.dntrc
.gitmodules
.travis.yml
appveyor.yml

# Unknown
leakydb
test-data.tar
test-data.db.tar
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- Tweak copyright years for less maintenance ([`98cbb4f`](https://github.com/level/leveldown/commit/98cbb4f)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
- Document new platform support and prebuilt binaries ([#558](https://github.com/level/leveldown/issues/558), [#563](https://github.com/level/leveldown/issues/563)) ([**@vweevers**](https://github.com/vweevers))
- Replace `remark-cli` with `hallmark` ([#548](https://github.com/level/leveldown/issues/548)) ([**@vweevers**](https://github.com/vweevers))
- Update `.npmignore` (@vweevers)

### Added

Expand Down

0 comments on commit 2df7f06

Please sign in to comment.