You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our JS project managed with yarn, we want to ignore anything located in the node_modules folder (our dependencies), so we added node_modules in our .wokeignore file.
With an anterior version of woke, this whole directory was ignored as expected. But with v0.18.1 (probably related to #117), the some_path_to_include is not ignored anymore. Is there any way to force any file located into node_modules to be ignored?
We can't build our CI image with the latest version of `woke` because of
get-woke/woke#195 .
I didn't find an alternative to woke.
I tried a bit to fix the issue, but:
* I'm not fluent with go, and the fix is non-trivial
* the issue seems to be in a woke dependency (`go-git`), and woke is
using a fork of a fork of this dependency, making it hazardous to fix.
We can't build our CI image with the latest version of `woke` because of
get-woke/woke#195 .
I didn't find an alternative to woke.
I tried a bit to fix the issue, but:
* I'm not fluent with go, and the fix is non-trivial
* the issue seems to be in a woke dependency (`go-git`), and woke is
using a fork of a fork of this dependency, making it hazardous to fix.
Overview
In our JS project managed with
yarn
, we want to ignore anything located in thenode_modules
folder (our dependencies), so we addednode_modules
in our.wokeignore
file.Somehow, we have a
node_modules
dependency (npm-normalize-package-bin
) that includes a.gitignore
file. In this file, there are some ignore exceptions noted as!some_path_to_include
.With an anterior version of
woke
, this whole directory was ignored as expected. But with v0.18.1 (probably related to #117), thesome_path_to_include
is not ignored anymore. Is there any way to force any file located intonode_modules
to be ignored?Steps to reproduce
Actual result (some node_modules file is not ignored):
Expected result (all node_modules files are ignored):
Additional information
Version of woke
Config file
Go environment
Verbose output of running
The text was updated successfully, but these errors were encountered: