Closed rtritto closed 2 months ago
Being able to develop Vike on windows is a non-goal.
@brillout With /node_modules/
, the files in \test\misc\node_modules
aren't ignored.
665 git changes in /test/misc/node_modules
:
/node_modules/
ignores node_modules only at root level (it's not related to OS).
Differences:
/node_modules/
--> Ignore _nodemodules folder in the root directory onlynode_modules/
--> Ignore all _nodemodules directories at any depthnode_modules
--> Ignores any file or directory named _nodemodules at any levelYea.. so please be careful before creating a PR. Thank you.
Ok, sorry for wasting your time.
Please can you reopen this PR? I would change to node_modules/
.
/node_modules/
works only in Unix OS.node_modules
works on all OSs.