mirror of https://github.com/arendst/Tasmota.git
53 lines
827 B
Plaintext
53 lines
827 B
Plaintext
## OS specific ########
|
|
.DS_Store
|
|
.fuse_hidden*
|
|
|
|
## Compilation artefacts ########
|
|
*.pyc
|
|
*.d
|
|
*.o
|
|
*.gcno
|
|
*.gcda
|
|
dependencies.lock
|
|
|
|
## Project files ######
|
|
managed_components
|
|
.platformio
|
|
.pio
|
|
.clang_complete
|
|
.gcc-flags.json
|
|
.cache
|
|
.dummy
|
|
sdkconfig.*
|
|
data
|
|
unpacked_fs
|
|
unpacked_boards
|
|
tasmota/user_config_override.h
|
|
variants
|
|
variants3
|
|
build
|
|
build_output/*
|
|
firmware.map
|
|
firmware.asm
|
|
tasmota/tasmota.ino.cpp
|
|
platformio_override.ini
|
|
platformio_tasmota_cenv.ini
|
|
platformio_tasmota_user_env.ini
|
|
platformio_tasmota_core3_env.ini
|
|
lib/libesp32/berry/generate/*
|
|
lib/libesp32/berry/berry
|
|
|
|
## Visual Studio Code specific ######
|
|
.vscode
|
|
.vscode/.browse.c_cpp.db*
|
|
.vscode/c_cpp_properties.json
|
|
.vscode/launch.json
|
|
.vscode/settings.json
|
|
.vscode/extensions.json
|
|
*.bak
|
|
*.code-workspace
|
|
|
|
## Python virtual environments for Platformio ##
|
|
venv
|
|
.venv
|