30 lines
368 B
Plaintext
30 lines
368 B
Plaintext
# Node / npm
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Cocos Creator generated directories (ignored from VCS)
|
|
library/
|
|
temp/
|
|
local/
|
|
build/
|
|
profiles/
|
|
native/
|
|
settings/v2/packages/scene.json
|
|
|
|
# Editor / system
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
.idea/
|
|
.vscode/.history/
|
|
|
|
# Test / coverage
|
|
coverage/
|
|
*.log
|
|
|
|
# TypeScript incremental cache
|
|
*.tsbuildinfo
|