From c2cc0eac5deee5887535fe59786e647732cfff84 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Thu, 3 Nov 2016 13:44:00 +0800 Subject: [PATCH] Update gitignore list Change-Id: I9f49fd1926869a85179766f77213d2aaf6892bcb --- .gitignore | 53 +++++++++++++++++++++-------- generators/app/templates/.gitignore | 8 ++++- 2 files changed, 45 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 9715d30..2f4488f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,45 @@ -*.iml +# Logs +logs *.log +npm-debug.log* + +# Runtime data +pids *.pid *.seed -./dist -.DS_Store -.idea -.node_repl_history -.npm -bower_components -cover -dist + +# Directory for instrumented libs generated by jscoverage/JSCover lib-cov -logs -node_modules -npm-debug.log -package -pids + +# Test reporting directories used by zuul +cover reports + +# Project output directories +package +dist www -doc/build +build doc/source/jsdoc +*-compiled.js +*.js.map +*.tgz +.vagrant + +# Dependency directories +node_modules +bower_components + +# Optional npm cache directory +.npm + +# Optional REPL history +.node_repl_history + +# Dev Environment Excludes +*.iml +.idea +clouds.yaml + +# OS-specific +.DS_Store diff --git a/generators/app/templates/.gitignore b/generators/app/templates/.gitignore index db9c216..2f4488f 100644 --- a/generators/app/templates/.gitignore +++ b/generators/app/templates/.gitignore @@ -20,6 +20,11 @@ package dist www build +doc/source/jsdoc +*-compiled.js +*.js.map +*.tgz +.vagrant # Dependency directories node_modules @@ -31,9 +36,10 @@ bower_components # Optional REPL history .node_repl_history -# IDE files +# Dev Environment Excludes *.iml .idea +clouds.yaml # OS-specific .DS_Store