FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

#33 Exclude compiled javascript artifacts automatically · floudeciel/secureCodeBox@3549e9a · GitHub

Commit 3549e9a

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

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎.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)

Back | FazBrowse Home | New Git URL