diff options
| author | Gleb Mazovetskiy <[email protected]> | 2015-09-10 19:52:30 +0100 |
|---|---|---|
| committer | Gleb Mazovetskiy <[email protected]> | 2015-09-10 19:52:30 +0100 |
| commit | b811f8cf9628dbcbfe994f71588c5a0c921a092d (patch) | |
| tree | ce1485c23e6e49a8fe53eccfe22488dd2cf2c5ad | |
| parent | 9f594cfe596dab72fe4d85428f9e403f2f3dc151 (diff) | |
| parent | c000d1f053cb96ce69cf7739a8478e0432afb158 (diff) | |
| download | bootstrap-b811f8cf9628dbcbfe994f71588c5a0c921a092d.tar.xz bootstrap-b811f8cf9628dbcbfe994f71588c5a0c921a092d.zip | |
Merge pull request #17549 from davidjb/v4-dev-bundle-ignore
Add `vendor/bundle` to gitignore
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 042d47047..a52da9262 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ _site .ruby-version .bundle vendor/cache +vendor/bundle # Numerous always-ignore extensions *.diff |
