Ignore bundle cache from Git commits.

This commit is contained in:
Cotes Chung 2020-01-04 19:08:20 +08:00
parent a812ded9cd
commit a22d510b1d

6
.gitignore vendored
View file

@ -1,4 +1,7 @@
# hidden files
.* .*
# python compiled files
*.pyc *.pyc
# jekyll debug # jekyll debug
@ -9,3 +12,6 @@ Gemfile.lock
# yui-compressor # yui-compressor
*.jar *.jar
# bundle cache
vendor