From e121e5cf3cb13b107ea6d66008b9185c6f523808 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 3 Oct 2014 11:37:02 +0900 Subject: [PATCH] Fixing up gitignore --- .gitignore | 4 ---- client/.gitignore | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 client/.gitignore diff --git a/.gitignore b/.gitignore index 8936e77..3c3629e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ node_modules -bower_components -cache -dev -dist diff --git a/client/.gitignore b/client/.gitignore new file mode 100644 index 0000000..c8ba65d --- /dev/null +++ b/client/.gitignore @@ -0,0 +1,3 @@ +bower_components +dist +index.html