# flowignore Generates .flowconfig regexps that ignores everything in `node_modules/` except the given modules. ``` $ flowignore axios react react-router-dom <PROJECT_ROOT>/node_modules/[^ar].* <PROJECT_ROOT>/node_modules/a[^x].* <PROJECT_ROOT>/node_modules/ax[^i].* <PROJECT_ROOT>/node_modules/axi[^o].* <PROJECT_ROOT>/node_modules/axio[^s].* <PROJECT_ROOT>/node_modules/axios[^/].* <PROJECT_ROOT>/node_modules/r[^e].* <PROJECT_ROOT>/node_modules/re[^a].* <PROJECT_ROOT>/node_modules/rea[^c].* <PROJECT_ROOT>/node_modules/reac[^t].* <PROJECT_ROOT>/node_modules/react[^\-].* <PROJECT_ROOT>/node_modules/react-[^r].* <PROJECT_ROOT>/node_modules/react-r[^o].* <PROJECT_ROOT>/node_modules/react-ro[^u].* <PROJECT_ROOT>/node_modules/react-rou[^t].* <PROJECT_ROOT>/node_modules/react-rout[^e].* <PROJECT_ROOT>/node_modules/react-route[^r].* <PROJECT_ROOT>/node_modules/react-router[^\-].* <PROJECT_ROOT>/node_modules/react-router-[^d].* <PROJECT_ROOT>/node_modules/react-router-d[^o].* <PROJECT_ROOT>/node_modules/react-router-do[^m].* <PROJECT_ROOT>/node_modules/react-router-dom[^/].* ```