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