Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
build(@angular/cli): ignore vim and emacs files
Browse files Browse the repository at this point in the history
Change the default `build.ignored` option to ignore
files used by vim and emacs that are not needed by
angular-cli
  • Loading branch information
redbmk committed Aug 20, 2017
1 parent 1327e49 commit 1bcbe63
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
}
},
"defaults": {
"build": {
"ignored": ["**/*~", "**/.#*", "**/.*.sw[pon]"]
},
"styleExt": "<%= style %>",<% if (!minimal) { %>
"component": {}<% } else { %>
"component": {
Expand Down

0 comments on commit 1bcbe63

Please sign in to comment.