terminal output that is depicting a really silly mistake that is often made where changes to your code will result in a misformating and while many times it is innocent and not a big deal, here you can see the way I wanted to laziliy add a new file to my git ignore file ended up in a misformated .gitignore file that would have exposed the master key of my app to the whole world. However the practice of running "git status" before adding anything to your commit will save you from making this mistake.
Good git practices will often save you from making really stupid mistakes like pushing your master key to version control #indiedev #webdev #versioncontrol #gamedev