Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 3549e9a

Browse files
committed
#33 Exclude compiled javascript artifacts automatically
1 parent 7c27df5 commit 3549e9a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.eslintignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**/node_modules
22
**/coverage
3-
hooks/declarative-subsequent-scans/hook.js
4-
hooks/declarative-subsequent-scans/scan-helpers.js
3+
hooks/declarative-subsequent-scans/**.js
4+
!hooks/declarative-subsequent-scans/**.test.js
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
node_modules
2-
hook.js
3-
scan-helpers.js
4-
*.map
2+
*.map
3+
**.js
4+
!**.test.js

0 commit comments

Comments
 (0)