diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-14 14:40:04 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-14 14:40:04 +0700 |
commit | 789398fabdae29116cca5e9da42b34dbb6d81705 (patch) | |
tree | 27464008691a2100ab737282b0e7003ba7124346 /.gitignore | |
parent | a1195ebf022cb72e8e49c2e248ce18b7f3db7425 (diff) | |
download | site-789398fabdae29116cca5e9da42b34dbb6d81705.tar.gz |
Fix deployment
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index eb516e4..472f55d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ __site/ -.DS_Store -franklin -franklin.pub node_modules/ +Manifest.toml +package-lock.json |