mirror of https://github.com/arendst/Tasmota.git
26 lines
338 B
Plaintext
26 lines
338 B
Plaintext
|
## OS specific ########
|
||
|
.DS_Store
|
||
|
.fuse_hidden*
|
||
|
|
||
|
## Compilation artefacts ########
|
||
|
*.pyc
|
||
|
*.d
|
||
|
*.o
|
||
|
*.gcno
|
||
|
*.gcda
|
||
|
|
||
|
## Project files ######
|
||
|
.platformio
|
||
|
.pio
|
||
|
.clang_complete
|
||
|
.gcc-flags.json
|
||
|
.cache
|
||
|
|
||
|
## Visual Studio Code specific ######
|
||
|
.vscode
|
||
|
.vscode/.browse.c_cpp.db*
|
||
|
.vscode/c_cpp_properties.json
|
||
|
.vscode/launch.json
|
||
|
*.bak
|
||
|
*.code-workspace
|