I have a pile of files that are in the physical location:
C:\VCProject\SVCodeCampWeb\WebAPI\ExtJsAppsSrc\CCApp23\resources\sass\.sass-cache\ec980567a9be72757a9921ebeae5bb3621e2b262\_IndexBar.scssc
my git root is at ExtJSAppSrc
I would expect that I could ignore all the files in the .sass-cache directory with the .gitignore line
CCApp23/resources/sass/.sass-cache*
but that does not seem to work.
Suggestions?