[Feature Request]: Automatically Generate .gitignore
for ESP-IDF Projects (VSC-1576)
#1412
Labels
Feature / Enhancement Request
Request for Feature/ Enhancement
Description
The ESP-IDF VS Code extension currently does not generate a
.gitignore
file when creating a new project. This can lead to accidental inclusion of unnecessary files (e.g., build artifacts, temporary files, or tool-specific configurations) in version control, especially for new users who might not be aware of what should or shouldn't be committed.Suggested Improvement
Automatically create a
.gitignore
file as part of the project initialization process. The.gitignore
file should include common exclusions for ESP-IDF projects, such as:build/
.vscode/
.clangd/
.ccls-cache/
sdkconfig
(optional:sdkconfig.defaults
might be kept)*.log
,*.o
Benefits
Sample
.gitignore
The text was updated successfully, but these errors were encountered: