raspberrypi / pico-vscode

The official VS Code extension for Raspberry Pi Pico development. It includes several features to simplify project creation and deployment.
https://marketplace.visualstudio.com/items?itemName=raspberry-pi.raspberry-pi-pico
Mozilla Public License 2.0
100 stars 12 forks source link

Feature request: make 'New project' and 'New project from example' also add a .gitignore file #56

Closed redfast00 closed 1 month ago

redfast00 commented 1 month ago

Feature request: make 'New project' and 'New project from example' also add a .gitignore file. This could be a standard C/C++ gitignore file, with the build folder added, so you don't commit it.

will-v-pi commented 1 month ago

We can certainly add this - I think the .gitignore file would just need to contain

build/

Are there any other things you would want to see included in the .gitignore?

redfast00 commented 1 month ago

Are there any other things you would want to see included in the .gitignore?

Not that I immediately think of, but I'm not that familiar with what files are automatically created by the Pico build system