mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
24 lines
315 B
Plaintext
24 lines
315 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/*
|