From fc6efb2a69439c3f11e6852be5355a904c5d799d Mon Sep 17 00:00:00 2001 From: Devin Becker Date: Wed, 17 Jan 2024 09:27:40 -0800 Subject: [PATCH] add gitignore --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..42ed5b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Ignore metadata generated by Jekyll +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata + +# Ignore folders generated by Bundler +.bundle/ +vendor/ + +# Ignore mac files +.DS_Store + +# temporarily ignore gemfile.lock +Gemfile.lock + +# Ignore objects directory to avoid committing binary files (other than demo files) +# if you would like to commit your objects to github, delete the line below!