How to ignore files via GUI in Gitkraken?

OddDev picture OddDev · Aug 12, 2016 · Viewed 30.6k times · Source

I come from SourceTree to board the GitKraken hype train. It has always been pretty easy to ignore files within ST. Just right-click on a file in the unstaged container and you've all the options. You can ignore the files directly, each file beneath a specific folder etc. (so, all the .gitignore stuff from within the GUI =)).

However, I can't find a similar feature in GitKraken. Does anybody know how I can ignore files via the GUI of GitKraken?

Please note: This is not a git question. I absolutely know in depth how ignoring files in Git work. But that's not the topic whatsoever. This is just a trivial GitKraken support question.

Answer

Marko Letic picture Marko Letic · Sep 7, 2016

Currently there isn't an option to ignore a file through the GitKraken GUI. If you check their post on twitter this is planned to be implemented soon and it will be in their release notes once this is completed.

UPDATE (26.01.2017.):

Version 2.0.0 brings the .gitignore option to the list of functionalities. You can now select a file or folder in the file staging area, and add to the .gitignore file on the fly. Right-click and select Ignore. From there, you can:

  • Add that specific file to .gitignore
  • Add all files with that file extension to .gitignore
  • Add all files in the same folder as the selected file to .gitignore
  • (If selecting a folder) add that folder to the .gitignore