prevent tracking generic dependency app.php
This commit is contained in:
parent
f6bc1b004d
commit
bc1d847e39
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class PhpParser(TokenParser):
|
|||
parens = 0
|
||||
exclude = [
|
||||
r'^app$',
|
||||
r'app\.php$',
|
||||
]
|
||||
|
||||
def parse(self):
|
||||
|
|
Loading…
Reference in a new issue