diff options
-rw-r--r-- | .gitignore | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,9 +1,9 @@ -pkg/ -Gemfile.lock -vendor/ -spec/fixtures/ -.vagrant/ -.bundle/ -coverage/ -.idea/ +/pkg/ +/Gemfile.lock +/vendor/ +/spec/fixtures/ +/.vagrant/ +/.bundle/ +/coverage/ +/.idea/ *.iml |