mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
75 lines
1.0 KiB
Plaintext
75 lines
1.0 KiB
Plaintext
# vscode
|
|
.vscode/c_cpp_properties.json
|
|
.vscode/extensions.json
|
|
.vscode/launch.json
|
|
.vscode/settings.json
|
|
|
|
# c++ compiling
|
|
.clang_complete
|
|
.gcc-flags.json
|
|
cppcheck.out.xml
|
|
|
|
# platformio
|
|
.pio
|
|
pio_local.ini
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
*Thumbs.db
|
|
|
|
# web specific
|
|
build/
|
|
dist/
|
|
/data/www
|
|
/interface/build
|
|
node_modules
|
|
/interface/.eslintcache
|
|
stats.html
|
|
*.sln
|
|
*.sw?
|
|
.pnp.*
|
|
analyse.html
|
|
interface/vite.config.ts.timestamp*
|
|
*.local
|
|
src/ESP32React/WWWData.h
|
|
|
|
# i18n generated files
|
|
interface/src/i18n/i18n-react.tsx
|
|
interface/src/i18n/i18n-types.ts
|
|
interface/src/i18n/i18n-util.ts
|
|
interface/src/i18n/i18n-util.sync.ts
|
|
interface/src/i18n/i18n-util.async.ts
|
|
|
|
# scripts
|
|
test.sh
|
|
scripts/run.sh
|
|
scripts/__pycache__
|
|
scripts/stackdmp.txt
|
|
|
|
# sonar
|
|
.scannerwork/
|
|
sonar/
|
|
bw-output/
|
|
|
|
# standalone executable for testing
|
|
emsesp
|
|
interface/tsconfig.tsbuildinfo
|
|
|
|
# python virtual environment
|
|
venv/
|
|
|
|
# cspell
|
|
words-found-verbose.txt
|
|
|
|
# sonarlint
|
|
compile_commands.json
|
|
|
|
# pioarduino + hybrid
|
|
managed_components
|
|
dependencies.lock
|
|
CMakeLists.txt
|
|
.dummy/*
|
|
logs/*
|
|
sdkconfig.*
|
|
sdkconfig_tasmota_esp32
|