Skip to content

Commit

Permalink
Update ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Sep 24, 2015
1 parent d7fc5a1 commit de74134
Showing 1 changed file with 24 additions and 33 deletions.
57 changes: 24 additions & 33 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,46 +1,18 @@
# ruby and bundler files
.bundle
Gemfile.lock
lib/bundler/man
*.gem
*.rbc

# rbenv / rvm files
.ruby-version
.ruby-gemset
.rvmrc

# YARD artifacts
.yardoc
_yardoc
doc/

# berkshelf files
vendor/
Berksfile.lock

#chef files
Policyfile.lock.json
.zero-knife.rb

# kitchen files
.kitchen/
.kitchen.local.yml

#vagrant files
.vagrant/
.vagrant.d/

# other files
*.rbc
.bundle
.config
coverage
InstalledFiles
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
Gemfile.lock
_Store
*~
*#
Expand All @@ -51,5 +23,24 @@ _Store
*.tmp
*.bk
*.bkup
.coverage/
.ruby-version
.ruby-gemset
.rvmrc

# YARD artifacts
.yardoc
_yardoc
doc/
.idea

#chef stuff
Berksfile.lock
.kitchen
.kitchen.local.yml
vendor/
.coverage/

#vagrant stuff
.vagrant/
.vagrant.d/
.kitchen/

0 comments on commit de74134

Please sign in to comment.