mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-14 19:59:53 +03:00
36 lines
410 B
Plaintext
36 lines
410 B
Plaintext
# vscode
|
|
.vscode
|
|
|
|
# build
|
|
build/
|
|
.clang_complete
|
|
.gcc-flags.json
|
|
cppcheck.out.xml
|
|
debug.log
|
|
|
|
# platformio
|
|
.pio
|
|
pio_local.ini
|
|
/.VSCodeCounter
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
*Thumbs.db
|
|
|
|
# project specfic
|
|
/scripts/stackdmp.txt
|
|
emsesp
|
|
/data/www
|
|
/lib/framework/WWWData.h
|
|
/interface/build
|
|
node_modules
|
|
/interface/.eslintcache
|
|
test.sh
|
|
scripts/__pycache__
|
|
.temp
|
|
|
|
# sonar
|
|
.scannerwork/
|
|
sonar/
|
|
build_wrapper_output_directory/
|