Re: Add .DS_Store to .gitignore

2025-04-10 Thread Dianjin Wang
Hi David, thanks for the tip! Best, Dianjin Wang On Thu, Apr 10, 2025 at 2:10 PM David Rowley wrote: > > On Thu, 10 Apr 2025 at 18:05, Dianjin Wang wrote: > > Here is a patch to add the `.DS_Store` to the .gitignore to ignore the > > `.DS_Store` file tracking by git when doing some development

Re: Add .DS_Store to .gitignore

2025-04-09 Thread David Rowley
On Thu, 10 Apr 2025 at 18:05, Dianjin Wang wrote: > Here is a patch to add the `.DS_Store` to the .gitignore to ignore the > `.DS_Store` file tracking by git when doing some development work in > the macOS terminal. It helps me and my community (Apache Cloudberry) a > lot. I hope this small patch