From aaf85ea1806cfeb598b6fcd4f993ac91a8e21aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20Hellstr=C3=B6m?= Date: Tue, 7 May 2024 13:48:09 +0200 Subject: [PATCH] Add all generated files in .gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 639feac6c..fa58a5919 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,7 @@ codecover_merged.info # User-specific files .idea/ appsettings.Development.json +appsettings.development.json **/core @@ -62,4 +63,9 @@ appsettings.Development.json # remove HA integration test files from git tests/Integration/HA/config/* -!tests/Integration/HA/config/*.yaml \ No newline at end of file +!tests/Integration/HA/config/*.yaml + +# remove codegenerated files +HomeAssistantGenerated.cs +EntityMetaData.json +ServicesMetaData.json