Tasmota/.gitignore

44 lines
686 B
Plaintext
Raw Normal View History

## 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
## Project files ######
2020-09-30 11:03:39 +02:00
.platformio
.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
unpacked_boards
2019-10-27 12:04:08 +01:00
tasmota/user_config_override.h
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
platformio_tasmota_cenv.ini
2022-12-13 14:54:20 +01:00
platformio_tasmota_user_env.ini
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
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/settings.json
*.bak
*.code-workspace