File: .gitignore

package info (click to toggle)
ruby-ronn 0.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: ruby: 1,587; sh: 22; makefile: 9
file content (28 lines) | stat: -rw-r--r-- 547 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
# Build and test artifacts and droppings

/man/*.html
/pkg
/test/*.wrong
ronn.1
ronn.5
ronn.7
ronn*.markdown
ronn*.html
ronn-ng-*.gem

# RubyMine - we do want to track the project in the repo

!.idea
/.idea/workspace.xml

# Local bundler stuff

.bundle
vendor

# rbenv and other Ruby env managers we don't want fixed at the source level

# Actually, include the Ruby version, because as an application, Ronn targets a
# specific Ruby (like 2.7.x), and the gem versions in Gemfile.lock depend on the
# versions of ruby and bundler.
# .ruby-version