Update .gitignore
This commit is contained in:
parent
9835fc3bd0
commit
6766f7fb9c
|
@ -1,3 +1,41 @@
|
|||
## OS specific ########
|
||||
.DS_Store
|
||||
.fuse_hidden*
|
||||
|
||||
## Compilation artefacts ########
|
||||
*.pyc
|
||||
*.d
|
||||
*.o
|
||||
*.gcno
|
||||
*.gcda
|
||||
|
||||
## Project files ######
|
||||
.platformio
|
||||
.pio
|
||||
.clang_complete
|
||||
.gcc-flags.json
|
||||
.cache
|
||||
data
|
||||
unpacked_fs
|
||||
##tasmota/user_config_override.h
|
||||
build
|
||||
build_output/*
|
||||
firmware.map
|
||||
firmware.asm
|
||||
tasmota/tasmota.ino.cpp
|
||||
##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
|
||||
|
||||
|
||||
|
||||
.pio
|
||||
.vscode/.browse.c_cpp.db*
|
||||
.vscode/c_cpp_properties.json
|
||||
|
|
Loading…
Reference in New Issue