LibraryManager
LibraryManager copied to clipboard
Configure libman to not include restored files in the project
Feature request
I'd like to be able to configure libman to not add restored files to the target project, either at a global or per-library level.
Functional impact
I have a library project with some shared JS compiled from TS files that I've added to a web project using the filesystem provider. When restored, all of the library files are added to the project, but I just want the JS files and not the TS definition files (.d.ts). I can manually exclude the definition files from the project, but when restored again, all the files are back in the project. I want the definition files to be restored, just not added to the project.
Seconded. I want to only include the dist folder in my project so I have lib/
Thirded, I don't want to include all the third party libraries in my source, just my gulped and minified version of them.