ruff/docs
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
..
.overrides/partials/integrations/analytics Move some MkDocs responsibilities around (#5542) 2023-07-05 22:06:01 +00:00
assets Update docs to match updated logo and color palette (#5283) 2023-06-22 11:19:34 -04:00
stylesheets Render full-width tables in rules reference (#5636) 2023-07-10 02:39:07 +00:00
.gitignore Fix gitignore to not ignore files that are required (#7538) 2023-09-21 21:33:09 +02:00
configuration.md Rename format option to output-format (#7514) 2023-09-20 15:18:58 +02:00
editor-integrations.md markdownlint: enforce 100 char max length (#4698) 2023-05-28 22:45:56 -04:00
faq.md Move documentation to docs.astral.sh/ruff (#7419) 2023-09-15 22:49:42 -04:00
installation.md markdownlint: enforce 100 char max length (#4698) 2023-05-28 22:45:56 -04:00
preview.md Move documentation to docs.astral.sh/ruff (#7419) 2023-09-15 22:49:42 -04:00
requirements-insiders.txt Use MkDocs' not_in_nav (#5498) 2023-09-19 00:01:43 +00:00
requirements.txt Use MkDocs' not_in_nav (#5498) 2023-09-19 00:01:43 +00:00
tutorial.md Bump version to 0.0.290 (#7413) 2023-09-15 13:51:46 -05:00
usage.md Bump version to 0.0.290 (#7413) 2023-09-15 13:51:46 -05:00