TonUINO
TonUINO copied to clipboard
Add PlatformIO and Visual Studio Code specific files to .gitignore
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.
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
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?