Skip to content

Commit

Permalink
Merge pull request #261 from andreoliwa/add-prettierignore
Browse files Browse the repository at this point in the history
Add .prettierignore extension
  • Loading branch information
asottile authored Dec 28, 2021
2 parents a1d955b + 665321f commit 127535d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
'.mention-bot': EXTENSIONS['json'] | {'mention-bot'},
'.npmignore': {'text', 'npmignore'},
'.pdbrc': EXTENSIONS['py'] | {'pdbrc'},
'.prettierignore': {'text', 'gitignore', 'prettierignore'},
'.pypirc': EXTENSIONS['ini'] | {'pypirc'},
'.rstcheck.cfg': EXTENSIONS['ini'],
'.yamllint': EXTENSIONS['yaml'] | {'yamllint'},
Expand Down

0 comments on commit 127535d

Please sign in to comment.