.gitignore 99 B

123456789
  1. pkg/
  2. *.swp
  3. .DS_Store
  4. coverage/
  5. spec/fixtures/modules/*
  6. Gemfile.lock
  7. .bundle
  8. vendor/
  9. .rspec_system/