Files
borrow-system-locker/.gitignore
2026-01-26 10:22:19 +01:00

15 lines
159 B
Plaintext

# Ignore the actual config file with private data
config.h
# Arduino/PlatformIO build files
.pio/
.vscode/
*.hex
*.elf
*.bin
# OS files
.DS_Store
Thumbs.db