Sorry if it sounds like a very simple question. But I'm still beginner. I already ignored .gitignore file itself and everything inside .idea folder. This is my .gitignore file:
\.gitignore
.idea/**
I'm working on a web project and trying to ignore a single file within a folder: config/db.php 
but can't reach it. Appreciate any help!
 
     
    