# Commit firmware.bin for upload
.pio
build/*
!build/esp12e
build/esp12e/*
!build/esp12e/firmware.bin

# Don't save network credentials
include/networkCredentials.h

.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch

.DS_Store