Replies: 1 comment
-
Hi @zkochan, any updates on this? How about just having P.S. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, all the files of a package are hard linked into. However, there are some files that are not used by code, they can be skipped during hard linking:
test/
,tests/
,example/
,examples/
folders.travis.yml
,.appveyor.yml
.editorconfig
.npmrc
,.npmignore
,npm-shrinkwrap.yaml
,yarn.lock
.gitignore
,.gitattributes
,.github/
Edit:
This features looks similar to
yarn autoclean
Beta Was this translation helpful? Give feedback.
All reactions