diff options
author | Mole Shang <[email protected]> | 2023-04-16 21:58:18 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2023-04-16 21:58:18 +0800 |
commit | 1f2e7aa880360ebb3d017468b663aeb932524398 (patch) | |
tree | c15148bb12c29f3e779353f36c0c3b467d924daf /.gitignore | |
download | zola-blog-1f2e7aa880360ebb3d017468b663aeb932524398.tar.gz zola-blog-1f2e7aa880360ebb3d017468b663aeb932524398.tar.bz2 zola-blog-1f2e7aa880360ebb3d017468b663aeb932524398.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f3e514 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +public +out +.swp |