.gitignore 190 B

12345678910111213
  1. /pkg/
  2. /Gemfile.lock
  3. /vendor/
  4. /spec/fixtures/manifests/*
  5. /spec/fixtures/modules/*
  6. !/spec/fixtures/modules/apt
  7. !/spec/fixtures/modules/apt/*
  8. /log
  9. /.vagrant/
  10. /.bundle/
  11. /coverage/
  12. /.idea/
  13. *.iml