Skip to content

Commit

Permalink
Add PHP, CMS and common lock files to specials. (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
stscoundrel authored Apr 2, 2021
1 parent 972bad4 commit 94a1706
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/specials.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const intended = [
'CD',
'CDN',
'package.json',
'package.lock',
'yarn.lock',
'GitHub',
'GitLab',
'CSS',
Expand Down Expand Up @@ -45,7 +47,11 @@ const intended = [
'watchOS',
'iOS',
'iPadOS',
'macOS'
'macOS',
'PHP',
'composer.json',
'composer.lock',
'CMS'
]

module.exports = intended

0 comments on commit 94a1706

Please sign in to comment.