-
-
Notifications
You must be signed in to change notification settings - Fork 634
Expand file tree
/
Copy path.prettierignore
More file actions
29 lines (27 loc) · 730 Bytes
/
.prettierignore
File metadata and controls
29 lines (27 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
node_modules/
package.json
# pnpm config file (INI format, not parseable by prettier)
.npmrc
# Exclude pro package (has its own formatting)
react_on_rails_pro/
packages/react-on-rails-pro-node-renderer/tests/fixtures/projects
tmp/
coverage/
**/app/assets/webpack/
gen-examples/examples/*
packages/*/lib/*
spec/react_on_rails/dummy-for-generators/app/javascript/bundles/HelloWorld/*
bundle/
react_on_rails/spec/dummy/lib/bs/**
react_on_rails/spec/dummy/public
**/.yalc/**
**/*generated*
*.res.js
**/vendor
# Prettier doesn't understand ERB syntax in YAML files and can damage templates
*.yml
*.yaml
# Intentionally invalid
spec/react_on_rails/fixtures/i18n/locales_symbols/
# Internal documentation - ignore formatting
CLAUDE.md