Files
firmware_thomas_the_tank_en…/.gitignore
2024-05-13 22:54:35 +02:00

16 lines
253 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/*
__pycache__