This commit is contained in:
sli97
2022-11-27 23:23:47 +08:00
commit 1a27f478d0
219 changed files with 15759 additions and 0 deletions

24
client/.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
#///////////////////////////
# Cocos Creator 3D Project
#///////////////////////////
library/
temp/
local/
build/
profiles/
native
#//////////////////////////
# NPM
#//////////////////////////
node_modules/
#//////////////////////////
# VSCode
#//////////////////////////
# .vscode/
#//////////////////////////
# WebStorm
#//////////////////////////
.idea/