diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-22 17:36:16 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-22 17:36:16 +0700 |
commit | ee131010bc85332db483ae2e770495f29c168773 (patch) | |
tree | 96cadc3da23bd464feebf58e26f1f650399a2ffa /.gitignore | |
parent | 3fae5dd37c658eb185fec2ad99dd11cacf97b7bb (diff) | |
download | site-ee131010bc85332db483ae2e770495f29c168773.tar.gz |
Outsource more to injection phase
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6c4b4cb..2355507 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,10 @@ Manifest.toml __site/ _css/fonts/ _css/katex.min.css -_libs/ +_libs/fediring +_libs/highlight/ +_libs/katex/ +_libs/openring/out.html node_modules/ package-lock.json package.json |