Skip to content

Instantly share code, notes, and snippets.

@hkurosawa
Last active February 9, 2017 00:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkurosawa/c25f987c144c66f40417 to your computer and use it in GitHub Desktop.
Save hkurosawa/c25f987c144c66f40417 to your computer and use it in GitHub Desktop.
Cocos2d-x 3.2 .gitignore
# osx - https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# proj.android
./bin
./proj.android/assets
./proj.android/bin
./proj.android/gen
./proj.android/libs
./proj.android/local.properties
./proj.android/obj
./cocos2d/cocos/platform/android/java/bin
./cocos2d/cocos/platform/android/java/gen
./cocos2d/cocos/platform/android/java/libs
./cocos2d/cocos/platform/android/java/local.properties
./cocos2d/cocos/platform/android/java/res
# proj.ios_mac
./cocos2d/build/build
./cocos2d/build/cocos2d_libs.xcodeproj/xcuserdata
./proj.ios_mac/build
./proj.ios_mac/project.xcodeproj/project.xcworkspace
./proj.ios_mac/project.xcodeproj/xcuserdata
# proj.linux - to be added
# proj.win32 - to be added
# proj.wp8-xaml - to be added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment