master
lingmeng 2026-06-07 23:42:20 +08:00
commit 4f125d3b33
1 changed files with 17 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
# 忽略所有文件和文件夹
*
# 上传两个文件夹
!lua_probject/
!wb_unity_pro/
!wb_new_ui/
# !wb_new_ui/assets
# !wb_unity_pro_ios/
# !xcode/
!lua_probject/**
!wb_unity_pro/**
# !wb_new_ui/assets/**
!wb_new_ui/**
# !wb_unity_pro_ios**
# !xcode/**
!.gitignore