Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

build(@angular/cli): ignore vim and emacs files - #110

Closed
redbmk wants to merge 1 commit into
angular:masterfrom
redbmk:ignored-vim-emacs
Closed

build(@angular/cli): ignore vim and emacs files#110
redbmk wants to merge 1 commit into
angular:masterfrom
redbmk:ignored-vim-emacs

Conversation

@redbmk

@redbmk redbmk commented Aug 20, 2017

Copy link
Copy Markdown

Change the default build.ignored option to ignore
files used by vim and emacs that are not needed by
angular-cli

This depends on changes from angular/angular-cli#7448

Change the default `build.ignored` option to ignore
files used by vim and emacs that are not needed by
angular-cli
@redbmk
redbmk force-pushed the ignored-vim-emacs branch from 1bcbe63 to a7434c7 Compare August 20, 2017 20:40
},
"defaults": {
"build": {
"ignored": ["**/*~", "**/.#*", "**/.*.sw[pon]"]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, nevermind my last comment. We don't have an option in the configuration for ignored. Where did you get that field from?

@redbmk

redbmk commented Aug 21, 2017

Copy link
Copy Markdown
Author

@hansl Sorry, this PR was a bit premature - it's really part of angular/angular-cli#7448, it's just that they're in separate repositories so I wasn't sure whether to wait for that one to get approved or just do them both at the same time. This PR relies on the other one, but it looks like there were some changes that made that one unnecessary (and therefore this one as well).

@redbmk redbmk closed this Aug 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants