Skip to content

Commit

Permalink
Filter examples folder recursively in JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizhe Yuan authored and hezyin committed Jun 9, 2019
1 parent c0beab4 commit e8033dc
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 e8033dc

Please sign in to comment.