Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 511 Bytes

File metadata and controls

18 lines (11 loc) · 511 Bytes

parser

This component parses source code, and looks for dependencies references.

Build Status

Ignoring resources from being parsed

The parser supports file .dwignore, which must be placed in the project root, and can contain a list of patterns of ignored files or directories.

Example:

# Ignore tests folder and all of its contents:
tests/
# Ignore .txt files
*.txt