mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-18 22:02:03 +01:00
25 lines
336 B
Plaintext
25 lines
336 B
Plaintext
# Configuration files
|
|
sdkconfig
|
|
sdkconfig.old
|
|
dependencies.lock
|
|
|
|
# User specific VSCode
|
|
**/.vscode/*
|
|
|
|
# Production folder
|
|
build/
|
|
**/build/
|
|
!build/config
|
|
build/config/*
|
|
!build/config/kconfig_menus.json
|
|
!build/config/sdkconfig.json
|
|
|
|
# Test folder
|
|
test/build/*
|
|
|
|
# HTML documentation
|
|
html_doc/
|
|
|
|
components/components/*
|
|
config.bin
|
|
config.cvs |