From e5801a13f7a22a909beef212e3db54260b308c3d Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 23 Dec 2022 23:02:47 +0000 Subject: [PATCH] Initial commit --- .gitignore | 21 +++++++++++++++++++++ README.md | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec2481e --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# ---> 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..910eb56 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# site-posts + +This is a repository containing all the posts for my website. This repo is used as a git submodule \ No newline at end of file