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

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

Closed
wants to merge 1 commit into from

Conversation

redbmk
Copy link

@redbmk redbmk commented Aug 20, 2017

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
@@ -51,6 +51,9 @@
}
},
"defaults": {
"build": {
"ignored": ["**/*~", "**/.#*", "**/.*.sw[pon]"]
Copy link
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
Copy link
Author

redbmk commented Aug 21, 2017

@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