GitLab
liangchengyou
/
wow_english
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
9415917c56abb2deffdec92a654d65fc4a0d4a44
Authored by
xiaoyu
2024-04-15 10:43:13 +0800
1 parent
3d067ef4
gitignore 忽略编译中间产物目录
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
ios/.gitignore
ios/.gitignore
View file @
9415917
...
...
@@ -32,3 +32,9 @@ Runner/GeneratedPluginRegistrant.*
32
32
!default.mode2v3
33
33
!default.pbxuser
34
34
!default.perspectivev3
35
+
36
+# cocos
37
+cocosgame/build
38
+cocosgame/cmakebuild
39
+cocosgame/lib
40
+
...
...