mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-14 06:51:08 +00:00
55 lines
569 B
Plaintext
55 lines
569 B
Plaintext
|
*.py[cod]
|
||
|
|
||
|
# C extensions
|
||
|
*.so
|
||
|
|
||
|
# Packages
|
||
|
*.egg
|
||
|
*.egg-info
|
||
|
dist
|
||
|
build
|
||
|
eggs
|
||
|
parts
|
||
|
var
|
||
|
sdist
|
||
|
develop-eggs
|
||
|
.installed.cfg
|
||
|
|
||
|
# Installer logs
|
||
|
pip-log.txt
|
||
|
|
||
|
# Unit test / coverage reports
|
||
|
.coverage
|
||
|
.tox
|
||
|
nosetests.xml
|
||
|
|
||
|
# Translations
|
||
|
*.mo
|
||
|
|
||
|
# Mr Developer
|
||
|
.mr.developer.cfg
|
||
|
.project
|
||
|
.pydevproject
|
||
|
|
||
|
# Ignore files build by xcode
|
||
|
*.mode*v*
|
||
|
*.pbxuser
|
||
|
*.xcbkptlist
|
||
|
*.xcscheme
|
||
|
*.xcworkspacedata
|
||
|
*.xcuserstate
|
||
|
xcschememanagement.plist
|
||
|
build/
|
||
|
.DS_Store
|
||
|
._.*
|
||
|
xcuserdata/
|
||
|
DerivedData/
|
||
|
.idea/*
|
||
|
|
||
|
# vim
|
||
|
*~
|
||
|
|
||
|
# Ignore the files generated by toexec/build-console
|
||
|
toexec/output/
|
||
|
toexec/build/
|