Skip to content

Commit b05e468

Browse files
committed
chore: consolidate .gitignore files
1 parent c8ef2ed commit b05e468

File tree

7 files changed

+38
-229
lines changed

7 files changed

+38
-229
lines changed

.gitignore

+38-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
1-
node_modules
1+
docs
2+
yarn.lock
3+
**/node_modules/
4+
**/*.log
5+
test/repo-tests*
6+
**/bundle.js
7+
8+
# Logs
9+
logs
10+
*.log
11+
12+
coverage
213
*.lcov
14+
15+
# Runtime data
16+
pids
17+
*.pid
18+
*.seed
19+
20+
# Directory for instrumented libs generated by jscoverage/JSCover
21+
lib-cov
22+
23+
# Coverage directory used by tools like istanbul
24+
coverage
325
.nyc_output
4-
*.log
5-
package-lock.json
6-
.npmrc
26+
27+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
28+
.grunt
29+
30+
# node-waf configuration
31+
.lock-wscript
32+
33+
build
34+
35+
# Dependency directory
36+
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
37+
node_modules
38+
39+
lib
40+
dist

packages/ipfs-unixfs-exporter/.gitignore

-45
This file was deleted.

packages/ipfs-unixfs-exporter/.npmignore

-33
This file was deleted.

packages/ipfs-unixfs-importer/.gitignore

-45
This file was deleted.

packages/ipfs-unixfs-importer/.npmignore

-33
This file was deleted.

packages/ipfs-unixfs/.gitignore

-43
This file was deleted.

packages/ipfs-unixfs/.npmignore

-26
This file was deleted.

0 commit comments

Comments
 (0)