diff options
author | 2022-01-10 17:21:41 +0530 | |
---|---|---|
committer | 2022-01-10 17:21:41 +0530 | |
commit | 89ebfc684d257286bc7cfcb9023658952314cd3b (patch) | |
tree | 7d94fc25422899059622fc7365b1a0bffa144ebc /.gitignore | |
parent | format error messages in codeblocks (diff) |
fix path to cache in gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # bot (project-specific) log/* data/* -exts/fun/latex/cache/* +bot/exts/fun/latex/cache/* |