Ignore JSX files from Prettier (#23777)
parent
dd46810e8a
commit
3e43bc352d
|
@ -69,6 +69,7 @@ app/javascript/styles/mastodon/reset.scss
|
||||||
|
|
||||||
# Ignore Javascript pending https://github.com/mastodon/mastodon/pull/23631
|
# Ignore Javascript pending https://github.com/mastodon/mastodon/pull/23631
|
||||||
*.js
|
*.js
|
||||||
|
*.jsx
|
||||||
|
|
||||||
# Ignore HTML till cleaned and included in CI
|
# Ignore HTML till cleaned and included in CI
|
||||||
*.html
|
*.html
|
||||||
|
|
Loading…
Reference in New Issue