diff options
author | Lucas Hoffmann <l-m-h@web.de> | 2017-05-17 12:52:44 +0200 |
---|---|---|
committer | Lucas Hoffmann <l-m-h@web.de> | 2017-05-17 12:53:22 +0200 |
commit | 858cc71d8d43627b8d4bc875d6485d70d0f81d5c (patch) | |
tree | 1dd27b832bed580bd013069aed31a71560812f3b /.gitignore | |
parent | 3eaae77f6a03cf72b2b7279df0c3190bcf8a0650 (diff) | |
download | vdebug-858cc71d8d43627b8d4bc875d6485d70d0f81d5c.zip |
Ignore bundle and vendor dirs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ doc/tags htmlcov/ .*.tags .vagrant/ +.bundle/ +vendor/ |