1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| *.gem
| *.rbc
| .bundle
| .config
| coverage
| InstalledFiles
| lib/bundler/man
| pkg
| rdoc
| spec/reports
| test/tmp
| test/version_tmp
| tmp
| *.DS_STORE
| build/
| .cache
| .vagrant
| .sass-cache
|
| # YARD artifacts
| .yardoc
| _yardoc
| doc/
| .idea/
|
|