From 5976f2a02eea2a7262b5ac6a4c92a93074744f1e Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Tue, 30 Oct 2018 06:33:32 -0500 Subject: [PATCH] Update the Gitignore. --- .gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/.gitignore b/.gitignore index b991f17..f3a1d53 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,53 @@ /vendor /data /copy +# -- +# OS Level +# -- +.DS_Store + +# -- +# Ruby +# -- +vendor/ +coverage/ +Gemfile.lock +spec/fixture/site/ +spec/fixture/result/ +spec/fixture/out/ +.bundle/ +*.gem + +# -- +# CodeClimate +# -- +cctr + +# -- +# Jekyll +# -- +_site/ +.jekyll-cache/ +.jekyll-metadata +.asset-cache/ +site/ + +# -- +# Rails +# -- +/db/*.sqlite3 +/npm-error.log +.byebug_history +/db/*.sqlite3-journal +/config/application.yml +/config/master.key +/yarn-error.log +/node_modules +.pry_history +/log /tmp + +# -- +# Yarn +# -- +yarn.lock