mirror of
https://github.com/bendtherules/Patient-counter-esp8266.git
synced 2026-08-19 00:30:48 +00:00
Move build to build/ folder
This commit is contained in:
+5
-6
@@ -1,10 +1,9 @@
|
||||
# Commit firmware.bin for upload
|
||||
.pio/*
|
||||
!.pio/build
|
||||
.pio/build/*
|
||||
!.pio/build/esp12e
|
||||
.pio/build/esp12e/*
|
||||
!.pio/build/esp12e/firmware.bin
|
||||
.pio
|
||||
build/*
|
||||
!build/esp12e
|
||||
build/esp12e/*
|
||||
!build/esp12e/firmware.bin
|
||||
|
||||
# Don't save network credentials
|
||||
include/networkCredentials.h
|
||||
|
||||
Reference in New Issue
Block a user