How to edit gitignore file

.gitignore files are hidden on *nix operating systems because of their dot prefix (link). However you can access them as normal from the shell. e.g. nano .gitignore.

Leave a Comment