I have a .gitignore with:
config.ini
thingy.csv
git status shows:
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
    modified:   .gitignore
    modified:   thingy.csv
Any idea why it's ignoring the .ini and not the .csv?
