Skip to content

Instantly share code, notes, and snippets.

View netandreus's full-sized avatar

Andrey netandreus

  • UAE, Abu Dhabi
View GitHub Profile
@netandreus
netandreus / gist:39f6086b3cbdbc451253368dda804338
Created March 10, 2020 15:58 — forked from davepoon/gist:4371622
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"