File: .gitignore

package info (click to toggle)
ruby-bio 2.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,108 kB
  • sloc: ruby: 68,331; perl: 13; makefile: 11; sh: 1
file content (32 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (2)
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
30
31
32
*~

*.gem
/.config
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/spec/examples.txt
/test/tmp/
/test/version_tmp/
/tmp/

.byebug_history

/.yardoc/
/_yardoc/
/rdoc/

/.bundle/
/vendor/bundle
/lib/bundler/man/

Gemfile.lock
.ruby-version
.ruby-gemset

.rvmrc

# References:
# * https://www.gitignore.io/api/ruby
# * https://github.com/github/gitignore/blob/main/Ruby.gitignore