Tasmota/.gitignore
Mike Geppert 7ac4d809e9 Add CLion PlatformIO build configuration
- Add .clion.ini to configure PlatformIO as default environment
- Add CLION_BUILD.md with build instructions for CLion users
- Update .gitignore to exclude compile_commands.json

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-08 20:51:33 -06:00

62 lines
994 B
Plaintext

## OS specific ########
.DS_Store
.fuse_hidden*
## Compilation artefacts ########
*.pyc
*.d
*.o
*.gcno
*.gcda
dependencies.lock
## Project files ######
managed_components
.platformio
.pio
.clang_complete
.gcc-flags.json
.cache
.dummy
sdkconfig.*
sdkconfig.defaults
CMakeLists.txt
data
unpacked_fs
unpacked_boards
tasmota/user/*
tasmota/user_config_override.h
tasmota/include/local_ca_data.h
tasmota/include/local_ca_descriptor.h
variants
variants3
build
build_output/*
firmware.map
firmware.asm
tasmota/tasmota.ino.cpp
platformio_override.ini
platformio_tasmota_cenv.ini
platformio_tasmota_user_env.ini
platformio_tasmota_core3_env.ini
lib/libesp32/berry/generate/*
lib/libesp32/berry/berry
## Visual Studio Code specific ######
.vscode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/settings.json
.vscode/extensions.json
*.bak
*.code-workspace
## IntelliJ ######
.idea
## Python virtual environments for Platformio ##
venv
.venv
compile_commands.json