Ive been trying to understand git pattern format in order to not ignore certain common directories inside node_modules
I have more than 20 directories all of them share the same three chars, I am trying to figure out a pattern to exclude these dir's from gitignore
example
node_modules
|
|apifoo
|apibar
|apix
|..
|..
.