radian628 / desmoscript

Desmos scripting language and successor to LISPsmos.
101 stars 8 forks source link

Add .DS_Store to .gitignore #10

Closed Subroutine7901 closed 1 year ago

Subroutine7901 commented 1 year ago

.DS_Store is a file that stores icon placement data, along with other related things in Mac OS. This happens to be the exact type of file that .gitignore was made to help with, so it doesn't get it the way. Not a bug, just a minor suggestion.

radian628 commented 1 year ago

Thanks for the tip! I'm in the process of making a massive rewrite of this (the version on the main branch as of typing this is quite old). I've implemented this change (removing .DS_Store and adding to .gitignore) on the new version which will go onto main quite soon.

Subroutine7901 commented 1 year ago

Great! I'll watch the repo to get updates when you finish.