From 81ab2582604b13e1a40d384935b602ef136da7bc Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 8 Apr 2022 21:59:37 -0500 Subject: [PATCH] Initialize .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8e2cf94 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.hugo_build.lock +.idea \ No newline at end of file