Exclude Gemfile.lock from rat plugin

This commit is contained in:
Lee moon soo 2015-11-08 21:23:49 +09:00
parent a48fbed3f0
commit 61dc5b7f76

View file

@ -484,6 +484,7 @@
<!-- docs (website) build target dir -->
<exclude>docs/_site/**</exclude>
<exclude>docs/Gemfile.lock</exclude>
</excludes>
</configuration>