Hey,
I’m trying to ignore the generated css / .content files that are generated from Hugo Pipes while running hugo serve. My .gitignore file looks like this:
*.content
resources/**
resources/
but i’m still being asked to commit the generated css. Any idea how to stop git from tracking these?
(i am using GitHub Desktop for the most part, I don’t know if that will make any difference)