Tasmota/.gitignore

29 lines
449 B
Plaintext
Raw Normal View History

## OS specific ########
.DS_Store
.fuse_hidden*
## Project files ######
2017-01-28 15:44:00 +00:00
.pioenvs
.piolibdeps
.clang_complete
.gcc-flags.json
2019-09-21 14:17:07 +01:00
.cache
2019-10-27 11:04:08 +00:00
tasmota/user_config_override.h
2018-01-31 20:24:30 +00:00
build
2020-03-15 19:05:25 +00:00
build_output
2019-04-12 11:14:34 +01:00
firmware.map
2019-09-14 09:55:23 +01:00
firmware.asm
tasmota*.bin
2020-01-07 19:59:35 +00:00
tasmota*.bin.gz
tasmota*.map
2019-11-28 15:10:55 +00:00
platformio_override.ini
platformio_tasmota_cenv.ini
2018-05-15 16:13:51 +01:00
## Visual Studio Code specific ######
.vscode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
*.bak
*.code-workspace