freeCodeCampDelhi / freeCodeCampDelhi.github.io

Main page for our freeCodeCamp website
https://freecodecampdelhi.github.io/
GNU General Public License v3.0
1 stars 2 forks source link

Fix Security issues #4

Open vaibhavsingh97 opened 7 years ago

vaibhavsingh97 commented 7 years ago

Sqlite database should not be present in the repo. I added .gitgnore still it's there.

lakhan1309 commented 7 years ago

git rm -f db/.sqlite3 $ echo '.sqlite3' >> .gitignore $ git add .gitignore $ git commit -m "ignored sqlite databases"

try these commands

vaibhavsingh97 commented 7 years ago

@lakhan1 it's already there Check here