From 45c07b992cf6bef4da2852e20222967717b39b56 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期五, 25 十一月 2022 10:20:04 +0800 Subject: [PATCH] 去掉404的提示 --- .gitignore | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 3a36c6e..8245e60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ + + + # Built application files *.apk *.ap_ @@ -24,3 +27,13 @@ #Log Files *.log + + + +#ignore folder +target/ +.idea/ +uploadLog/ + +#ignore file +*.iml \ No newline at end of file -- Gitblit v1.8.0