Files
espurna/.gitignore
Maxim Prokhorov 13ca2149db webui: real index override w/ sourcemaps
generate debugable .html output per build flavour
drop device-fs-friendly blobs from the repo, expect local rebuild
2024-07-08 10:16:41 +03:00

27 lines
370 B
Plaintext

*.b#?
*.gch
*.py[cod]
*.s#?
.DS_Store
.clang_complete
.env
.gcc-flags.json
.modgit
.pio
.python
.python-version
.sconsign.dblite
.vscode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
_pycache_/
code/.cache/
code/html/build/
code/espurna/config/custom.h
code/libraries/
code/node_modules
code/test/unit/cache
compile_commands.json
firmware*