ruff/crates/ruff_cli
konsti c3774e1255
Fix gitignore to not ignore files that are required (#7538)
It is apparently possible to add files to the git index, even if they
are part of the gitignore (see e.g.
https://stackoverflow.com/questions/45400361/why-is-gitignore-not-ignoring-my-files,
even though it's strange that the gitignore entries existed before the
files were added, i wouldn't know how to get them added in that case). I
ran
```
git rm -r --cached .
```
then change the gitignore not actually ignore those files with the
exception of
`crates/ruff_cli/resources/test/fixtures/cache_mutable/source.py`, which
is actually a generated file.
2023-09-21 21:33:09 +02:00
..
resources/test/fixtures Fix gitignore to not ignore files that are required (#7538) 2023-09-21 21:33:09 +02:00
src Introduce FormatterSettings (#7545) 2023-09-21 08:01:24 +02:00
tests Enable tab completion for ruff rule (#7560) 2023-09-20 22:05:39 -04:00
Cargo.toml Bump rayon from 1.7.0 to 1.8.0 (#7564) 2023-09-21 11:52:41 +02:00