xfjx / TonUINO

Die DIY Musikbox (nicht nur) für Kinder
https://www.voss.earth/tonuino/
GNU General Public License v3.0
450 stars 404 forks source link

Add PlatformIO and Visual Studio Code specific files to .gitignore #53

Open DerTomm opened 4 years ago

DerTomm commented 4 years ago

This PR adds PlatformIO and Visual Studio Code specific files and folders to .gitignore so that VS Code can be used by developers alongside Arduino IDE without interference.

AlexanderWillner commented 4 years ago

Why would you not include the other folders besides pio and .vscode? Further, you can define local platformio.ini files - see https://github.com/AlexanderWillner/TonUINO/blob/36e9cf1f633d1b9140f5aed36d1ebc0d772b85bb/platformio.ini#L14

DerTomm commented 4 years ago

Further, you can define local platformio.ini files

@AlexanderWillner: Thanks for the hint. But as the config value is called extra_configs - does PIO completely override all config values with those from the local ini or does it just add the content of it to the default one?