Skip to content

Commit

Permalink
use .gitignore from PDK
Browse files Browse the repository at this point in the history
  • Loading branch information
waveclaw committed Mar 12, 2018
1 parent e3454cb commit 8bc0c6b
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
.*.sw?
pkg
spec/fixtures
!spec/fixtures/hiera.yaml
!spec/fixtures/hieradata/*.yaml
!spec/fixtures/manifests/site.pp
.rspec_system
.vagrant
.bundle
vendor
.idea
bin
Gemfile.lock
coverage
Modulefile
log
junuit
doc
.*.sw[op]
.metadata
.yardoc
.yardwarns
*.iml
/.bundle/
/.idea/
/.vagrant/
/coverage/
/bin/
/doc/
/Gemfile.local
/Gemfile.lock
/junit/
/log/
/pkg/
/spec/fixtures/manifests/
/spec/fixtures/modules/
/tmp/
/vendor/
/convert_report.txt
.DS_Store

0 comments on commit 8bc0c6b

Please sign in to comment.