From 68d9078b49cfa8e83ed553835b05d4042c183969 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 16 三月 2023 09:39:34 +0800 Subject: [PATCH] 云台不显示问题修复,LC问题 --- .gitignore | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 3a36c6e..4e29a4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ + + + # Built application files *.apk *.ap_ @@ -24,3 +27,14 @@ #Log Files *.log + + + +#ignore folder +target/ +.idea/ +.idea/libraries/ +uploadLog/ + +#ignore file +*.iml \ No newline at end of file -- Gitblit v1.8.0