From 379f58e3b0982d54214e470edebadfad339b66e6 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Mon, 3 Aug 2015 17:14:01 +0300 Subject: [PATCH] updating gitignore file to disregard the _site/ directory which gets created when using jekyll for generating the gh-pages documentation branch locally --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7e67393863..e030a1718b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,9 @@ modules/users/client/img/profile/uploads config/env/local.js *.pem +# Ignoring MEAN.JS's gh-pages branch for documenation +_site/ + # General # ======= *.log