2018-02-24 17:57:07 +01:00
|
|
|
## OS specific ########
|
|
|
|
.DS_Store
|
|
|
|
.fuse_hidden*
|
2021-04-11 20:01:26 +02:00
|
|
|
|
|
|
|
## Compilation artefacts ########
|
2020-06-09 13:28:16 +02:00
|
|
|
*.pyc
|
2021-04-11 20:01:26 +02:00
|
|
|
*.d
|
|
|
|
*.o
|
|
|
|
*.gcno
|
|
|
|
*.gcda
|
2018-02-24 17:57:07 +01:00
|
|
|
|
|
|
|
## Project files ######
|
2020-09-30 11:03:39 +02:00
|
|
|
.platformio
|
2020-10-06 16:03:59 +02:00
|
|
|
.pio
|
2017-01-28 16:44:00 +01:00
|
|
|
.clang_complete
|
|
|
|
.gcc-flags.json
|
2019-09-21 15:17:07 +02:00
|
|
|
.cache
|
2021-01-15 15:20:39 +01:00
|
|
|
data
|
|
|
|
unpacked_fs
|
2023-08-14 22:41:51 +02:00
|
|
|
unpacked_boards
|
2019-10-27 12:04:08 +01:00
|
|
|
tasmota/user_config_override.h
|
2023-10-28 13:15:31 +02:00
|
|
|
variants
|
|
|
|
variants3
|
2018-01-31 21:24:30 +01:00
|
|
|
build
|
2022-04-25 20:59:23 +02:00
|
|
|
build_output/*
|
2019-04-12 12:14:34 +02:00
|
|
|
firmware.map
|
2019-09-14 10:55:23 +02:00
|
|
|
firmware.asm
|
2020-11-04 17:30:09 +01:00
|
|
|
tasmota/tasmota.ino.cpp
|
2019-11-28 16:10:55 +01:00
|
|
|
platformio_override.ini
|
2020-04-19 16:38:49 +02:00
|
|
|
platformio_tasmota_cenv.ini
|
2022-12-13 14:54:20 +01:00
|
|
|
platformio_tasmota_user_env.ini
|
2023-08-19 14:51:47 +02:00
|
|
|
platformio_tasmota_core3_env.ini
|
2022-09-05 18:52:32 +02:00
|
|
|
lib/libesp32/berry/generate/*
|
2022-09-12 22:02:25 +02:00
|
|
|
lib/libesp32/berry/berry
|
2018-05-15 17:13:51 +02:00
|
|
|
|
|
|
|
## Visual Studio Code specific ######
|
|
|
|
.vscode
|
2018-09-02 01:42:52 -07:00
|
|
|
.vscode/.browse.c_cpp.db*
|
|
|
|
.vscode/c_cpp_properties.json
|
|
|
|
.vscode/launch.json
|
2023-01-07 17:13:22 +01:00
|
|
|
.vscode/settings.json
|
2019-02-05 09:34:17 -05:00
|
|
|
*.bak
|
2020-04-19 16:38:49 +02:00
|
|
|
*.code-workspace
|