diff options
Diffstat (limited to '.inch.yml')
| -rw-r--r-- | .inch.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.inch.yml b/.inch.yml new file mode 100644 index 0000000..615e4b0 --- /dev/null +++ b/.inch.yml @@ -0,0 +1,8 @@ +files: + # define files included in the analysis (defaults to ["{app,lib}/**/*.rb"]) + included: + - felflame.rb + - component_manager.rb + - entity_manager.rb + # define files excluded from the analysis (defaults to []) + excluded: |
