Skip to content

Instantly share code, notes, and snippets.

View hjnowakowski's full-sized avatar
🎯
Focusing

Henryk Nowakowski hjnowakowski

🎯
Focusing
  • Infobip
  • Katowice, Poland
View GitHub Profile
@davepoon
davepoon / gist:4371622
Created December 25, 2012 04:29
Added the .gitignore, and refresh the file index so the files get ignored properly.
git rm -r --cached .
git add .
git commit -m ".gitignore is now working"