# Cocos Creator 生成目录
/library/
/temp/
/profiles/
/local/
/package-lock.json

# 构建产物
/build/

# 编辑器/系统文件
.DS_Store
Thumbs.db
*.log

# Node
/node_modules/
