mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Only ignoring these in the pre-commit check is not enough as that only affects CI. Instead, by adding these directories to the `.prettierignore` file, they are also ignored when prettier is invoked to format files.
17 lines
290 B
Plaintext
17 lines
290 B
Plaintext
elixir/_build
|
|
elixir/deps
|
|
elixir/apps/web/assets
|
|
rust/target
|
|
kotlin/android/app/build
|
|
website/node_modules
|
|
website/.next
|
|
**/*.sh
|
|
**/*.ex
|
|
**/*.rs
|
|
**/*.wxs
|
|
**/pnpm-lock.yaml
|
|
swift/apple/**/Contents.json
|
|
rust/gui-client/src-frontend/generated
|
|
rust/gui-client/dist
|
|
rust/gui-client/node_modules
|