mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
cleanup
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -4,9 +4,7 @@
|
||||
.vscode/launch.json
|
||||
.vscode/settings.json
|
||||
|
||||
# build
|
||||
build/
|
||||
dist/
|
||||
# c++ compiling
|
||||
.clang_complete
|
||||
.gcc-flags.json
|
||||
cppcheck.out.xml
|
||||
@@ -18,21 +16,26 @@ pio_local.ini
|
||||
# OS specific
|
||||
.DS_Store
|
||||
*Thumbs.db
|
||||
|
||||
# project specfic
|
||||
/scripts/stackdmp.txt
|
||||
emsesp
|
||||
|
||||
# web specfic
|
||||
build/
|
||||
dist/
|
||||
/data/www
|
||||
/lib/framework/WWWData.h
|
||||
/interface/build
|
||||
node_modules
|
||||
/interface/.eslintcache
|
||||
test.sh
|
||||
scripts/__pycache__
|
||||
.temp
|
||||
stats.html
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# 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
|
||||
@@ -45,11 +48,6 @@ interface/src/i18n/i18n-util.async.ts
|
||||
sonar/
|
||||
build_wrapper_output_directory/
|
||||
|
||||
# other build files
|
||||
# entity dump results
|
||||
dump_entities.csv
|
||||
dump_entities.xls*
|
||||
scripts/run.sh
|
||||
test_results.txt
|
||||
|
||||
# bundle analyzer
|
||||
stats.html
|
||||
|
||||
Reference in New Issue
Block a user