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:
parent
6ebeea4077
commit
6b9bc88f3a
1 changed files with 7 additions and 6 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue