From 9ce570a655404f8b2f78cbf99a3f9b841455dad6 Mon Sep 17 00:00:00 2001 From: Youen Date: Tue, 15 Aug 2023 12:17:28 +0200 Subject: [PATCH] removed .cproject from ignore list as it is an important configuration file for Eclipse CDT --- ESP32/.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/ESP32/.gitignore b/ESP32/.gitignore index 004cea2..08869b4 100644 --- a/ESP32/.gitignore +++ b/ESP32/.gitignore @@ -2,7 +2,6 @@ # These files are auto-generated with this command: platformio init --ide eclipse # PlatformIO will then update them during each build -.cproject .settings/language.settings.xml .settings/org.eclipse.cdt.core.prefs .settings/PlatformIO Debugger.launch