mirror of
https://github.com/lemmingDev/ESP32-BLE-Gamepad.git
synced 2026-02-20 01:21:26 +01:00
37 lines
370 B
Plaintext
37 lines
370 B
Plaintext
|
|
# ========================
|
|
# PlatformIO / Arduino
|
|
# ========================
|
|
|
|
# Build output
|
|
.pio/
|
|
*.pio
|
|
*.elf
|
|
*.bin
|
|
*.hex
|
|
*.map
|
|
*.d
|
|
*.cpp.o
|
|
*.d.o
|
|
|
|
# Library dependencies (built by PIO)
|
|
.libdeps/
|
|
|
|
# VSCode / IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.code-workspace
|
|
|
|
# Mac / Linux / Windows system files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.swp
|
|
*~
|