Ignore bundle cache from Git commits.
This commit is contained in:
parent
a812ded9cd
commit
a22d510b1d
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,4 +1,7 @@
|
|||
# hidden files
|
||||
.*
|
||||
|
||||
# python compiled files
|
||||
*.pyc
|
||||
|
||||
# jekyll debug
|
||||
|
@ -9,3 +12,6 @@ Gemfile.lock
|
|||
|
||||
# yui-compressor
|
||||
*.jar
|
||||
|
||||
# bundle cache
|
||||
vendor
|
||||
|
|
Loading…
Reference in a new issue