From 0089178b9dd7eb0ec9e25ec60c16893744d0189d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E9=A3=8E?= <15088601208@163.com> Date: Fri, 13 Sep 2024 18:42:53 +0800 Subject: [PATCH] feat: ignore sample properties --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7860aa3..bdeed1b 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,4 @@ mvn* *.flattened-pom.xml # 忽略 sample 模块的 application.properties -tuya-spring-boot-starter-sample/src/main/resources/application.properties \ No newline at end of file +/tuya-spring-boot-starter-sample/src/main/resources/application.properties \ No newline at end of file