From a112391be1b2e27528447fe9d6c54ab970c86569 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 15 Sep 2013 18:15:16 +0000 Subject: [PATCH] * VRFS-438; collapsing all repos into one; requires modification of build files --- web/.gitignore | 1 + websocket-gateway/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/web/.gitignore b/web/.gitignore index 06d209305..619997531 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -33,6 +33,7 @@ log/test.log.age target vendor/bundle +vendor/cache public/assets public/uploads /log/*.out diff --git a/websocket-gateway/.gitignore b/websocket-gateway/.gitignore index f2cd712b0..50ce4204c 100644 --- a/websocket-gateway/.gitignore +++ b/websocket-gateway/.gitignore @@ -14,6 +14,7 @@ rdoc spec/reports test/tmp test/version_tmp +vendor/cache tmp log/* .idea