Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exclude svg file in prettier #85

Open
yelizariev opened this issue Feb 9, 2021 · 1 comment
Open

exclude svg file in prettier #85

yelizariev opened this issue Feb 9, 2021 · 1 comment

Comments

@yelizariev
Copy link
Contributor

itpp-labs/pos-addons#1359

@yelizariev
Copy link
Contributor Author

yelizariev commented Mar 17, 2021

Somewhere here in every version folder

exclude: |
(?x)
# Files and folders generated by bots, to avoid loops
^setup/|/static/description/index\.html$|/i18n/.*\.pot?$|
# Maybe reactivate this when all README files include prettier ignore tags?
^README\.md$|
# Library files can have extraneous formatting (even minimized)
/static/(src/)?lib/|
# Repos using Sphinx to generate docs don't need prettying
^docs/_templates/.*\.html$|
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant