summaryrefslogtreecommitdiff
path: root/.document
blob: 419ca8f24e42eddea0a3785fc249e1474673990c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# .document is used by rdoc and yard to know how to generate documentation 
# for example, it can be used to control how rdoc gets built when you do `gem install foo`

README.rdoc
lib/**/*.rb
bin/*

# Files below this - are treated as 'extra files', and aren't parsed for ruby code
- 
features/**/*.feature
LICENSE
README
CHANGELOG