From 29af49dbaaa8fbb856970b9fbbd05df7d339d698 Mon Sep 17 00:00:00 2001 From: Brian Shirai Date: Tue, 15 Oct 2013 21:37:55 -0700 Subject: [PATCH] Added local bundle config to not update vendor/cache. --- .bundle/config | 3 +++ .gitignore | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .bundle/config diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 0000000000..c8362ba505 --- /dev/null +++ b/.bundle/config @@ -0,0 +1,3 @@ +--- +BUNDLE_NO_CACHE: '1' +BUNDLE_NO_PRUNE: '1' diff --git a/.gitignore b/.gitignore index 3bacf6d555..7bd561110e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ artifacts/ *.a *.bundle +!.bundle *.dSYM *.dot *.dylib @@ -8,7 +9,6 @@ artifacts/ *.lo *.o *.so -*.bundle *.rbc .rbx *.so