diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -1,11 +1,7 @@ -coverage -.DS_Store -.#* -\#* +pkg/ Gemfile.lock -log -.vagrant - -#Intellij -.idea -*.iml +vendor/ +spec/fixtures/ +.vagrant/ +.bundle/ +coverage/ |