When I was testing my repo, I run npm run build, and it generates a ton of files, so suddenly my gitkraken has a lot of unstaged files, and it makes Gitkraken so laggy that I even stuck at opening repo.
I find a way to resolve it, but right now it still has a lot of unstaged files. Here's my .gitignore file and how Gitkraken looks like.
node_modules/
client/node_modules
As you can see I even used **/
, but it didn't work, but when I pushed my file to travisCI, it built without node_modules
, so I am really confused here.