cleanup
This commit is contained in:
25
.gitignore.save
Normal file
25
.gitignore.save
Normal file
@@ -0,0 +1,25 @@
|
||||
/config/action_mailer.yml
|
||||
/config/code_ocean.yml
|
||||
/config/database.yml
|
||||
/config/secrets.yml
|
||||
/config/sendmail.yml
|
||||
/config/smtp.yml
|
||||
/config/*.production.yml
|
||||
/coverage
|
||||
/log
|
||||
/public/assets
|
||||
/public/uploads
|
||||
/rubocop.html
|
||||
/tmp
|
||||
/vagrant/
|
||||
/.vagrant
|
||||
*.sublime-*
|
||||
/.idea
|
||||
/.vagrant
|
||||
*.iml
|
||||
*.DS_Store
|
||||
|
||||
|
||||
RSpec.configure do |c|
|
||||
c.example_status_persistence_file_path = "./spec/examples.txt"
|
||||
end
|
Reference in New Issue
Block a user