I'm new to git so please be gentle.
I had a clean working directory and done a clone from a repo last night.
But my local server created a stats folder which I want to ignore. But I can seem to get git to ignore this folder when i run a git status.
I added in my .gitignore a few different lines but it still trying to add them ie.
public_html/stats
public_html/stats/**
public_html/stats/**/*
public_html/stats/*
But it's still trying to add them.
Hope you can advise and thank you in advance.