diff options
Diffstat (limited to '.prettierignore')
-rw-r--r-- | .prettierignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore index 2ea407533..af0411e9c 100644 --- a/.prettierignore +++ b/.prettierignore @@ -76,3 +76,16 @@ app/javascript/styles/mastodon/reset.scss # Ignore the generated AUTHORS.md AUTHORS.md + +# Ignore glitch-soc emoji map file +/app/javascript/flavours/glitch/features/emoji/emoji_map.json + +# Ignore glitch-soc locale files +/app/javascript/flavours/glitch/locales +/config/locales-glitch + +# Ignore glitch-soc vendored CSS reset +app/javascript/flavours/glitch/styles/reset.scss + +# Ignore win95 theme +app/javascript/styles/win95.scss |