mirror of https://github.com/arendst/Tasmota.git
31 lines
467 B
Plaintext
31 lines
467 B
Plaintext
## OS specific ########
|
|
.DS_Store
|
|
.fuse_hidden*
|
|
*.pyc
|
|
|
|
## Project files ######
|
|
.platformio
|
|
.pio
|
|
.clang_complete
|
|
.gcc-flags.json
|
|
.cache
|
|
tasmota/user_config_override.h
|
|
build
|
|
build_output
|
|
firmware.map
|
|
firmware.asm
|
|
tasmota.ino.cpp
|
|
tasmota*.bin
|
|
tasmota*.bin.gz
|
|
tasmota*.map
|
|
platformio_override.ini
|
|
platformio_tasmota_cenv.ini
|
|
|
|
## Visual Studio Code specific ######
|
|
.vscode
|
|
.vscode/.browse.c_cpp.db*
|
|
.vscode/c_cpp_properties.json
|
|
.vscode/launch.json
|
|
*.bak
|
|
*.code-workspace
|