.gitignore 185 B

123456789101112
  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. /.vagrant/
  9. /.bundle/
  10. /coverage/
  11. /.idea/
  12. *.iml