sosauce / CuteCalc

CuteCalc is a simple,lightweight and open-source calculator app for Android.
GNU General Public License v3.0
98 stars 8 forks source link

patch-1 #48

Closed Artem13327 closed 6 months ago

realeatham commented 6 months ago

what is this for

sosauce commented 6 months ago

i wonder lmao

Artem13327 commented 6 months ago

I just deleted .DS_Store and the release directory in /app and also edited .gitignore

sosauce commented 6 months ago

Oh yeah sorry, i'm on macOS so it creayes these files

Artem13327 commented 6 months ago

Oh yeah sorry, i'm on macOS so it creayes these files

Don't worry, I wrote in .gitignore to tell git to ignore these files, so at least in this project and main branch they should no longer get into the repository. (Unless of course you forcefully commit them) However, it is worth remembering that it is possible that they may accidentally fall

sosauce commented 6 months ago

I mean, it shouldn't be an issue if they do, .DS_STORE only serve to keep some data about folders for macOS

sosauce commented 6 months ago

Shouldn't affect build and the project at all if you are on Windows