From 309c272784b0246aa92fc06450cd82c3c8033073 Mon Sep 17 00:00:00 2001 From: jwiaduck Date: Mon, 28 Feb 2022 23:40:50 -0500 Subject: [PATCH] update gitignore --- .gitignore | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ca7776e..86f583b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,30 @@ _site .sass-cache Gemfile.lock *.gem -.jekyll-cache \ No newline at end of file +.jekyll-cache + +# Vim +*~ +*.sw[p_] + +# Ruby Gem +*.gem +.bundle +Gemfile.lock +**/vendor/bundle + +# Node.js and NPM +node_modules +npm-debug.log* +package-lock.json +codekit-config.json + +# macOS +.DS_Store + +# Jekyll generated files +.jekyll-cache +.jekyll-metadata +.sass-cache +_asset_bundler_cache +_site