File: .gitignore

package info (click to toggle)
ruby-rubocop-packaging 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: ruby: 738; makefile: 4; sh: 4
file content (17 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/.bundle/
/.yardoc
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
/vendor/
Gemfile.lock

# rspec failure tracking
.rspec_status

# tracking remaining work
TODO
FIXME