Skip to content

Commit

Permalink
Update skip_files to remove invalid dirs and to exclude test files (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlip authored Aug 16, 2020
1 parent db44d68 commit ac658b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,12 @@ skip_files:
- ^core/(.*/)?.*\.ts$
# Typescript output log file
- ^(.*/)tsc_output_log.txt$
# Python test files
- ^(.*/)?.*_test\.py$
# Other folders to ignore
- tests/
- scripts/
- integrations/
- integrations_dev/
- core/tests/
- node_modules/
- scripts/
# Some third_party static scripts are directly imported, namely: jquery,
# jqueryui, angularjs, jqueryui-touch-punch, MathJax, code-mirror,
# ui-codemirror, d3js, midi-js, ui-map, guppy, skulpt, math-expressions.
Expand Down

0 comments on commit ac658b4

Please sign in to comment.