TonUINO icon indicating copy to clipboard operation
TonUINO copied to clipboard

Add PlatformIO and Visual Studio Code specific files to .gitignore

Open DerTomm opened this issue 4 years ago • 2 comments

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.

DerTomm avatar Jan 01 '20 19:01 DerTomm

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

AlexanderWillner avatar Jan 08 '20 13:01 AlexanderWillner

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?

DerTomm avatar Jan 08 '20 16:01 DerTomm