Skip to content

Commit

Permalink
fix: ignore extensions in file watchers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydw committed Aug 21, 2021
1 parent 0ff49a6 commit 0ecc2f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grow/preprocessors/file_watchers.py
Expand Up @@ -8,6 +8,7 @@


IGNORED_PATTERNS = [
'*{sep}extensions{sep}*'.format(sep=os.sep),
'*{sep}node_modules{sep}*'.format(sep=os.sep),
'*{sep}build{sep}*'.format(sep=os.sep),
]
Expand Down

0 comments on commit 0ecc2f1

Please sign in to comment.