Skip to content

Commit ee82e78

Browse files
committed
Update remark ignore
1 parent 7f5062f commit ee82e78

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

etc/remark/.remarkignore

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11

22
# Directories #
33
###############
4-
/node_modules/
5-
**/deps/**/build/*
4+
build/
5+
downloads/
6+
reports/
7+
tmp/
68
.git
9+
10+
# Only the top-level node_modules directory:
11+
/node_modules/
12+
13+
# Nested node_modules directories below the project node_modules directory:
14+
lib/node_modules/**/node_modules/

0 commit comments

Comments
 (0)