diff options
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 |
