From f8aec1b17abcd8c3ffff9d5ebe0b09b2b8646b89 Mon Sep 17 00:00:00 2001 From: lingmeng <2029049582@qq.com> Date: Tue, 7 Apr 2026 14:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0ignre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fk101/.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 fk101/.gitignore diff --git a/fk101/.gitignore b/fk101/.gitignore new file mode 100644 index 00000000..61c1565d --- /dev/null +++ b/fk101/.gitignore @@ -0,0 +1,17 @@ +# 忽略所有文件和文件夹 +* +# 上传两个文件夹 +!lua_probject/ +!wb_unity_pro/ +!wb_new_ui/ +!.vscode/ +!wb_unity_pro_ios/ +!xcode/ + +!lua_probject/** +!wb_unity_pro/** +!wb_new_ui/** +!.vscode/** +!wb_unity_pro_ios** +!xcode/** +!.gitignore \ No newline at end of file