jimy-byerley / pymadcad

Simple yet powerful CAD (Computer Aided Design) library, written with Python.
https://madcad.netlify.app/
GNU Lesser General Public License v3.0
211 stars 17 forks source link

missing .gitignore, #57

Closed GlennWSo closed 1 year ago

GlennWSo commented 1 year ago

Hi,

As developer and someone who wants to contribute to this project I am missing a ".gitignore" file.

Without the .gitignore file i do not know which files should be excluded included in future pull requests.

jimy-byerley commented 1 year ago

Hum ... isn't that simpler to only include the source files you created ?

GlennWSo commented 1 year ago

Tools like "git status" has greatly improved signal to noise ratio with a .gitignore file. It also clearly communicates to contributors so they know what u don't want.

Merry Christmas btw 🌲

jimy-byerley commented 1 year ago

That's right ... what afraid me is that there will always be new IDEs or tools creating their own temporary files with always different names. And the gitignore is always bigger and bigger. I use gitignore files without comiting them, so they are specific to the computer and tools I'm using them on. Well I suppose it's not that important ;)

Merry Christmas for you too :christmas_tree: