From e8b33e7264fd4abca7d05819f4edf470798b35f3 Mon Sep 17 00:00:00 2001 From: GNUxeava Date: Fri, 11 Mar 2022 01:15:12 +0000 Subject: [PATCH] Initial commit --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 39 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..69698b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# ---> Hugo +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock + +# ---> Vim +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +*~ +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..95d10c6 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# divine-chronicles + +My blog \ No newline at end of file