File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ flamegraph.svg
20
20
# e.g. `CARGO_TARGET_DIR=target-maturin maturin build --release --strip` or
21
21
# `CARGO_TARGET_DIR=target-llvm-lines RUSTFLAGS="-Csymbol-mangling-version=v0" cargo llvm-lines -p ruff --lib`
22
22
/target *
23
- ! crates /ruff_python_resolver /resources /test /airflow /venv
24
23
25
24
# ##
26
25
# Rust.gitignore
@@ -209,3 +208,9 @@ cython_debug/
209
208
# VIM
210
209
. * .sw ?
211
210
.sw ?
211
+
212
+ # Custom re-inclusions for the
213
+ ! crates /ruff_python_resolver /resources /test /airflow /venv /
214
+ ! crates /ruff_python_resolver /resources /test /airflow /venv /lib
215
+ ! crates /ruff_python_resolver /resources /test /airflow /venv /lib /python3.11 /site-packages /_watchdog_fsevents.cpython-311-darwin.so
216
+ ! crates /ruff_python_resolver /resources /test /airflow /venv /lib /python3.11 /site-packages /orjson /orjson.cpython-311-darwin.so
You can’t perform that action at this time.
0 commit comments