ukf / ukf-testbed

UK federation tooling testbed
Apache License 2.0
1 stars 1 forks source link

Add .DS_Store to gitignore #7

Closed philsmart closed 1 year ago

philsmart commented 1 year ago

Should be quick. So I will merge once I've spoken quickly to @iay back-channel.

iay commented 1 year ago

Fine to merge.

I would mention, however, that a cautious developer might consider using the ~/.gitignore_global file to hold the names of random garbage that their local system has a tendency to generate. If you're not using that already (as a backstop) it's worth doing; you need to set it up in your ~/.gitconfig.

philsmart commented 1 year ago

Ah, thanks. I do have that in ~/.gitignore_global so I guess it must not be setup correctly in ~/.gitconfig. I'll do that now.

iay commented 1 year ago

Mine has

[core]
        editor = code --wait --new-window
        excludesfile = ~/.gitignore_global
philsmart commented 1 year ago

Thanks. I was missing the core section and excludesfile.