mirror of
https://github.com/bendtherules/Patient-counter-esp8266.git
synced 2026-08-18 13:52:39 +00:00
17 lines
299 B
Plaintext
17 lines
299 B
Plaintext
# Commit firmware.bin for upload
|
|
.pio/*
|
|
!.pio/build
|
|
.pio/build/*
|
|
!.pio/build/esp12e
|
|
.pio/build/esp12e/*
|
|
!.pio/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 |