diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-01-26 02:52:21 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-01-26 02:52:21 +0900 |
commit | ea1e82c58d4b36f5ac194f6b901425cdf99f2661 (patch) | |
tree | 2db28963f0aff04b822ad4c8ee5ff5c0cec98e60 /.gitignore | |
parent | f7720b2207b33fd60ef945662c261c1468e377f7 (diff) | |
download | px-ea1e82c58d4b36f5ac194f6b901425cdf99f2661.tar.gz |
Add live reloading facilities
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 936e539..e66f51d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.small.jpg */index.xhtml -atom.xml -result +/index.xml +/atom.xml +/result |