diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-03-13 11:20:51 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-03-13 11:20:51 +0000 |
commit | f608d57db2fe7e9ba510b4a76b510ec10d1e21b6 (patch) | |
tree | f06b01b2974b6dafdf32c16908cfad9dc0bc8d90 | |
parent | 8750f762c6ef3fafa88db19cd281afd5ef137b33 (diff) |
ignore bundler config
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f0e8dbbd2..527bccb44 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ TAGS /files/ /public/download /public/*theme -/vendor/bundle
\ No newline at end of file +/vendor/bundle +.bundle
\ No newline at end of file |