diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,5 +1,10 @@ -*.swp -spec/fixtures/modules/* -pkg +pkg/ Gemfile.lock -.vagrant/* +vendor/ +spec/fixtures/ +.vagrant/ +.bundle/ +coverage/ +.idea/ +*.swp +*.iml |