From a22d510b1d8c0dc28a9e07378e3e44a8200b6ba7 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 4 Jan 2020 19:08:20 +0800 Subject: [PATCH] Ignore bundle cache from Git commits. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 3b16889..6c33261 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ +# hidden files .* + +# python compiled files *.pyc # jekyll debug @@ -9,3 +12,6 @@ Gemfile.lock # yui-compressor *.jar + +# bundle cache +vendor