Added gitignore
This commit is contained in:
commit
4f372efd1a
42
.gitignore
vendored
Executable file
42
.gitignore
vendored
Executable file
@ -0,0 +1,42 @@
|
||||
# Ignore files build by xcode
|
||||
*.mode*v*
|
||||
*.pbxuser
|
||||
*.xcbkptlist
|
||||
*.xcscheme
|
||||
*.xcworkspacedata
|
||||
*.xcuserstate
|
||||
xcschememanagement.plist
|
||||
build/
|
||||
proj.android/gen/
|
||||
.DS_Store
|
||||
._.*
|
||||
xcshareddata/
|
||||
xcuserdata/
|
||||
DerivedData/
|
||||
*.xccheckout
|
||||
obj/
|
||||
bin/
|
||||
Carthage/
|
||||
Cartfile.resolved
|
||||
desktop.ini
|
||||
proj.android/assets/js/
|
||||
.idea/
|
||||
.gradle
|
||||
/local.properties
|
||||
/.idea/workspace.xml
|
||||
.idea/workspace.xml
|
||||
.idea/misc.xml
|
||||
/.idea/libraries
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
*.iml
|
||||
/.idea
|
||||
.idea/
|
||||
.idea/*.*
|
||||
|
||||
cocos2d
|
||||
#Windows
|
||||
x86
|
||||
x64
|
||||
|
Loading…
Reference in New Issue
Block a user