1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Include vendor/ in .gitgnore

This commit is contained in:
Lee Hambley 2015-08-10 22:57:53 +02:00
parent 6ebeea4077
commit 6b9bc88f3a

13
.gitignore vendored
View file

@ -1,10 +1,15 @@
*.gem *.gem
*.rbc *.rbc
*.swp
.bundle .bundle
.config .config
.rspec
.rspec-local
.ruby-version
.yardoc .yardoc
Gemfile.lock Gemfile.lock
InstalledFiles InstalledFiles
_site
_yardoc _yardoc
coverage coverage
doc/ doc/
@ -12,12 +17,8 @@ lib/bundler/man
pkg pkg
rdoc rdoc
spec/reports spec/reports
tags
test/tmp test/tmp
test/version_tmp test/version_tmp
tmp tmp
.rspec-local vendor/
.ruby-version
_site
.rspec
*.swp
tags