mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-15 20:30:01 +03:00
initial commit
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -1,16 +1,12 @@
|
||||
# vscode
|
||||
.vscode
|
||||
|
||||
# build
|
||||
build/
|
||||
|
||||
# platformio
|
||||
.pio
|
||||
lib/readme.txt
|
||||
|
||||
# web stuff compiled
|
||||
src/websrc/temp
|
||||
src/webh/*.gz.h
|
||||
|
||||
# NPM directories
|
||||
node_modules
|
||||
pio_local.ini
|
||||
|
||||
# OS specific
|
||||
.DS_Store
|
||||
@@ -18,6 +14,8 @@ node_modules
|
||||
# project specfic
|
||||
scripts/stackdmp.txt
|
||||
firmware
|
||||
|
||||
# firmware
|
||||
*.bin
|
||||
emsesp
|
||||
doc/github.txt
|
||||
doc/test_data.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user