kbaskett248 / adafruit_macropad

45 stars 21 forks source link

Remove `.vscode` dir and add `.gitignore` #2

Closed avi-perl closed 2 years ago

avi-perl commented 2 years ago

The .vscode dir that is present in the project is specific to your computer and, strictly speaking, has nothing to do with the code.

I've removed the file and added a .gitignore that should help hide extra files that are not needed in the project. This will help me with additional PRs I am hoping to make. 😄

avi-perl commented 2 years ago

@kbaskett248 I spent some free time developing class-based firmware for the macropad but have abandoned it in favor of your excellent work!

There are some ideas I had in my version that I think would be a benefit to the community, I'm hoping to contribute them to your project. I'd love to hear your thoughts on outside contributors if you have any guidelines you'd want to set, or if you're not interested at all.

Thank you so much!

avi-perl commented 2 years ago

Makes sense!

What's driving my contributions is really that I'm doing it anyway for myself. I can just do things as PRs, but if I create issues first I think that makes more sense, plus it'll give structure to the changes I make and the order I make them in so that they can be merged in logically.

Looking forward!