mirror of
https://github.com/oxc-project/oxc.git
synced 2026-09-14 19:36:11 +08:00
6ef3984410
Remove the Prettier related stuff from the conformance, which is purely aimed at JS/TS. Instead, `oxc_formatter_tests` manage Prettier's test fixtures along with Oxfmt.
15 lines
309 B
Plaintext
15 lines
309 B
Plaintext
# For watchexec https://github.com/watchexec/watchexec/tree/main/crates/cli#features
|
|
|
|
target/**
|
|
**/node_modules/**
|
|
|
|
tasks/coverage/test262/**
|
|
tasks/coverage/babel/**
|
|
tasks/coverage/typescript/**
|
|
crates/oxc_formatter_tests/prettier/**
|
|
apps/**/dist
|
|
|
|
**/*.snap
|
|
|
|
crates/oxc_transformer/src/options/es_features.rs
|