mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
65 lines
907 B
Plaintext
65 lines
907 B
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
|
|
emsesp
|
|
|
|
# web specfic
|
|
build/
|
|
dist/
|
|
/data/www
|
|
/lib/framework/WWWData.h
|
|
/interface/build
|
|
node_modules
|
|
/interface/.eslintcache
|
|
stats.html
|
|
*.sln
|
|
*.sw?
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
yarn.lock
|
|
interface/analyse.html
|
|
|
|
# scripts
|
|
test.sh
|
|
scripts/run.sh
|
|
scripts/__pycache__
|
|
/scripts/stackdmp.txt
|
|
|
|
# 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
|
|
|
|
# sonar
|
|
.scannerwork/
|
|
sonar/
|
|
bw-output/
|
|
|
|
# entity dump results
|
|
# dump_entities.csv
|
|
# dump_entities.xls*
|
|
|
|
benchmark/*.log
|