Commit 9415917c56abb2deffdec92a654d65fc4a0d4a44

Authored by xiaoyu
1 parent 3d067ef4

gitignore 忽略编译中间产物目录

Showing 1 changed file with 6 additions and 0 deletions
ios/.gitignore
... ... @@ -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 +
... ...