diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-20 17:15:52 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-20 21:20:23 +0700 |
commit | 7314ab1fa7b258d1a05f3479b9349346fa0bd7c7 (patch) | |
tree | f03a43081afa625973f65f48035cde3e75d6ef52 /.gitignore | |
parent | d3b5105565fd212f88a1fc770c0a2646bc0fa80d (diff) | |
download | site-7314ab1fa7b258d1a05f3479b9349346fa0bd7c7.tar.gz |
Stop vendoring front-end libraries
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 472f55d..6c4b4cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ +Manifest.toml __site/ +_css/fonts/ +_css/katex.min.css +_libs/ node_modules/ -Manifest.toml package-lock.json +package.json |