Improve gitignore for gem release.
This commit is contained in:
parent
470d0b42f8
commit
55d203da8d
1 changed files with 19 additions and 4 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
@ -1,4 +1,19 @@
|
||||||
/Kookfile
|
.bundle
|
||||||
/vendor
|
.config
|
||||||
/.bundle
|
coverage
|
||||||
/Gemfile.lock
|
doc/
|
||||||
|
*.gem
|
||||||
|
Gemfile.lock
|
||||||
|
InstalledFiles
|
||||||
|
Kookfile
|
||||||
|
lib/bundler/man
|
||||||
|
pkg
|
||||||
|
*.rbc
|
||||||
|
rdoc
|
||||||
|
spec/reports
|
||||||
|
test/tmp
|
||||||
|
test/version_tmp
|
||||||
|
tmp
|
||||||
|
vendor
|
||||||
|
_yardoc
|
||||||
|
.yardoc
|
||||||
|
|
Loading…
Reference in a new issue