diff options
| author | 2023-05-06 17:33:37 +0200 | |
|---|---|---|
| committer | 2023-05-06 17:33:37 +0200 | |
| commit | 9b4b4d4eb81e16783eb3f21bea6c997d560c0cbe (patch) | |
| tree | 3ee91e76dbd45e01120ac991fc9975d02b15b98c /.gitignore | |
| parent | [bugfix] Serve correct 'application/jrd+json' content type for webfinger requ... (diff) | |
| download | gotosocial-9b4b4d4eb81e16783eb3f21bea6c997d560c0cbe.tar.xz | |
[chore] update readthedocs deps, use conda (#1742)
* [chore] update readthedocs deps, use conda
* work this time thx
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f2a409fc0..7b856448c 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,6 @@ shell.nix # ignore config dirs from IDEs /.idea/ /.fleet/ + +# ignore cache dir from mkdocs serve +/.cache |
