From 0a61334331f7e429555dc96e11626b2fa111120f Mon Sep 17 00:00:00 2001 From: Is Isilon Date: Mon, 22 Feb 2016 20:24:00 +0800 Subject: [PATCH] Update gitignore --- .gitignore | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3dcaffb..986d545 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,15 @@ notes -# Created by https://www.gitignore.io/api/ower,node,linux -#!! ERROR: ower is undefined. Use list command to see defined gitignore types !!# +# Created by https://www.gitignore.io/api/bower,node,linux + +### Bower ### +bower_components +.bower-cache +.bower-registry +.bower-tmp + ### Node ### # Logs @@ -33,8 +39,9 @@ coverage # Compiled binary addons (http://nodejs.org/api/addons.html) build/Release -# Dependency directory +# Dependency directories node_modules +jspm_packages # Optional npm cache directory .npm