Files
firezone/.prettierignore
Thomas Eizinger 3748e7a15f ci: properly ignore generated TS directory (#9383)
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.
2025-06-04 05:49:05 +00:00

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