3 changed files with 41 additions and 0 deletions
@ -0,0 +1,24 @@ |
|||
|
|||
#/////////////////////////// |
|||
# Cocos Creator 3D Project |
|||
#/////////////////////////// |
|||
library/ |
|||
temp/ |
|||
local/ |
|||
build/ |
|||
profiles/ |
|||
native |
|||
#////////////////////////// |
|||
# NPM |
|||
#////////////////////////// |
|||
node_modules/ |
|||
|
|||
#////////////////////////// |
|||
# VSCode |
|||
#////////////////////////// |
|||
.vscode/ |
|||
|
|||
#////////////////////////// |
|||
# WebStorm |
|||
#////////////////////////// |
|||
.idea/ |
@ -0,0 +1,8 @@ |
|||
{ |
|||
"name": "game60005", |
|||
"uuid": "f7d2009a-ce0d-46df-8224-f95b811ac44f", |
|||
"version": "3.6.2", |
|||
"creator": { |
|||
"version": "3.6.2" |
|||
} |
|||
} |
@ -0,0 +1,9 @@ |
|||
{ |
|||
/* Base configuration. Do not edit this field. */ |
|||
"extends": "./temp/tsconfig.cocos.json", |
|||
|
|||
/* Add your custom configuration here. */ |
|||
"compilerOptions": { |
|||
"strict": false |
|||
} |
|||
} |
Loading…
Reference in new issue