From cd70a05b66559d3054ae3fff9a1238baff04a587 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Wed, 30 Oct 2013 23:33:57 +0400 Subject: [PATCH] Add bower_components to .gitignore. --- tilde/gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tilde/gitignore b/tilde/gitignore index 799f100..837cb5b 100644 --- a/tilde/gitignore +++ b/tilde/gitignore @@ -14,8 +14,11 @@ Thumbs.db .Spotlight-V100 .Trashes -# Installed NPM modules +# Installed npm modules node_modules +# Installed Bower packages +bower_components + # IDEs stuff .idea