Skip to content

Commit

Permalink
Filter examples folder recursively in JavaScript
Browse files Browse the repository at this point in the history
Merge branch 'filename-filter' into 'develop'

See merge request persper/code-analytics!118
  • Loading branch information
hezyin committed Jun 9, 2019
2 parents c0beab4 + e8033dc commit 908a6fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion persper/analytics/graph_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
r'^(?!build/).+',
r'^(?!bin/).+',
r'^(?!doc(s)?/).+',
r'.*(?<!.min.js)$'
r'.*(?<!.min.js)$',
r'^(?!(.+/)*example(s)?/).+',
]

# todo(hezheng) consider moving these regexes to their corresponding language file
Expand Down

0 comments on commit 908a6fc

Please sign in to comment.