File: .gitignore

package info (click to toggle)
ruby-faraday 0.13.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 596 kB
  • sloc: ruby: 5,821; sh: 136; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 173 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
## PROJECT::GENERAL
coverage
rdoc
doc
log
pkg/*
tmp
.rvmrc
.ruby-version

## BUNDLER
bin
*.gem
.bundle
Gemfile.lock
vendor/bundle

## PROJECT::SPECIFIC
.rbx

## IDEs
.idea/