File: .gitignore

package info (click to toggle)
ruby-email-spec 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 920 kB
  • sloc: javascript: 6,743; ruby: 2,575; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 558 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
._*
.DS_Store
*.gem
*.log
*.sqlite3
*.sw?
**/._*
# Rubygems
pkg

rerun.txt
# RVM
.rvmrc
.ruby-version

# Bundler
bundle
.bundle

Gemfile.lock
gemfiles/*.lock

# these are needed to remove some file copying clutter
# that comes out of testing and is not intended to be checked in
examples/rails_root/features/step_definitions/email_steps.rb
examples/rails_root/vendor/plugins/email_spec
examples/rails4_root/features/step_definitions/email_steps.rb
examples/rails4_root/vendor/plugins/email_spec
examples/sinatra_root/features/step_definitions/email_steps.rb