Adds data directory and further .vscode files to to .gitignore

Adds the whole data folder that is created during build of the project and further visual studio code related files to the .gitignore file.
This commit is contained in:
Jan Philipp Ecker
2025-07-26 22:39:37 +02:00
parent f038020042
commit 7e76612bb4

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vscode/extensions.json
.vscode/settings.json
data