Files
system-control/.gitignore
2025-04-10 21:48:52 +02:00

30 lines
458 B
Plaintext

# esp-idf
build/
managed_components/
sdkconfig
sdkconfig.old
dependencies.lock
# cmake
cmake-build-debug
CMakeCache.txt
cmake_install.cmake
install_manifest.txt
CMakeFiles/
CTestTestfile.cmake
Makefile
CMakeScripts
compile_commands.json
# They ignored Idea (Webstorm) completely
.idea/
.cache/
# However, they kept the following 4 files version controlled
.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
__pycache__