Files
firmware_thomas_the_tank_en…/.gitignore
2024-05-06 22:08:25 +02:00

15 lines
241 B
Plaintext

# esp-idf
build/
sdkconfig
sdkconfig.old
# They ignored Idea (Webstorm) completely
.idea/
# However, they kept the following 4 files version controlled
.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*