Tasmota/.gitignore

45 lines
710 B
Plaintext
Raw Permalink Normal View History

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