Let's add something to cookie.txt so we can see what happens to its status!

Sweet! cookie.txt is still tracked but now it's not staged anymore because its content has changed. We need to use git add to stage it again.

Whoops! We'll get to add in a moment. For now, how about we change cookie.txt by adding something to it?