From b38fe90456f5cc35feecb5e5d1e1cb5305ba7bd1 Mon Sep 17 00:00:00 2001 From: AlexKvazos Date: Mon, 16 Oct 2017 18:06:48 -0500 Subject: [PATCH] Ignore bower_components --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 98ca7d3f..042ccb31 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ build/Release # Dependency directory # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git node_modules +bower_components .idea /zip.cmd /fonticons.zip @@ -32,4 +33,4 @@ node_modules /scripts.zip plugins !/plugins/myPlugin/ -!/plugins/testPlugin/ \ No newline at end of file +!/plugins/testPlugin/