mirror of
https://github.com/bendtherules/Patient-counter-esp8266.git
synced 2026-08-18 13:52:39 +00:00
16 lines
265 B
Plaintext
16 lines
265 B
Plaintext
# 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 |