Skip to content

Commit

Permalink
Added more ignored files for Webpack / Vue.js transpilation artifacts (
Browse files Browse the repository at this point in the history
  • Loading branch information
max-leuthaeuser authored Nov 24, 2021
1 parent e542609 commit 29d6ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/io/shiftleft/js2cpg/io/FileDefaults.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ object FileDefaults {
".*webpack\\..*\\.js".r,
".*vue\\.config\\.js".r,
".*babel\\.config\\.js".r,
".*chunk-vendors\\.js".r,
".*chunk-vendors.*\\.js".r, // commonly found in webpack / vue.js projects
".*app~.*\\.js".r, // commonly found in webpack / vue.js projects
".*\\.chunk\\.js".r, // see: https://github.com/ShiftLeftSecurity/product/issues/8197
".*\\.babelrc.*".r,
".*\\.eslint.*".r,
Expand Down

0 comments on commit 29d6ae8

Please sign in to comment.