From 25a84e30fc7cedf2cc45970ecbe0df64886394e0 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 21 Oct 2015 12:41:46 -0700 Subject: Code for cluster-geo service. --- .gitignore | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2dbec1e5..d314b3fc 100755 --- a/.gitignore +++ b/.gitignore @@ -49,23 +49,17 @@ Thumbs.db *.rpm *.autosave *.tmp +node_modules -# Root topology build files, temporaries, and never check in secrets -/root-topology/bin2c -/root-topology/mktopology -/root-topology/*.secret -/root-topology/test/supernodes -/root-topology/test/test-root-topology +# cluster-geo stuff +cluster-geo/config.js +cluster-geo/cache.* # MacGap wrapper build files /ext/mac-ui-macgap1-wrapper/src/MacGap.xcodeproj/project.xcworkspace/xcuserdata/* /ext/mac-ui-macgap1-wrapper/src/MacGap.xcodeproj/xcuserdata/* /ext/mac-ui-macgap1-wrapper/src/build -# Web UI dev temporaries -/ui/.module-cache -node_modules - # Java/Android/JNI build droppings java/obj/ java/libs/ -- cgit v1.2.3