zarr-developers / zarr_implementations

MIT License
39 stars 16 forks source link

Ignore Intellij/PyCharm project files #60

Closed joshmoore closed 1 year ago

joshmoore commented 1 year ago

Added to .gitinore:

*.iml
.idea

see #58 and #59

jakirkham commented 1 year ago

Thanks Josh! 🙏

Are we interested in ignoring these too? Or are those not something we need to worry about?

joshmoore commented 1 year ago

Guess I'm a bit hesitant to try to capture all the possible builds and tools. I'd be inclined to wait until others rear their head, but if you'd prefer: happy to add Maven etc. here.

Sidenote: I'm going to ignore the build failure since I'm working on a more general solution in #57

jakirkham commented 1 year ago

Should we go ahead and merge?

jakirkham commented 1 year ago

Going to go ahead and merge since this is a useful change on its own and CI isn't related