summaryrefslogtreecommitdiff
path: root/.document
blob: 1bd5d94b51885c1f93906355bdc8a6dda2562b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
# .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