-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ed5402a
Showing
27 changed files
with
27,122 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
#///////////////////////////////////////////////////////////////////////////// | ||
# Fireball Projects | ||
#///////////////////////////////////////////////////////////////////////////// | ||
|
||
/library/ | ||
/temp/ | ||
/local/ | ||
/build/ | ||
|
||
#///////////////////////////////////////////////////////////////////////////// | ||
# npm files | ||
#///////////////////////////////////////////////////////////////////////////// | ||
|
||
npm-debug.log | ||
node_modules/ | ||
|
||
#///////////////////////////////////////////////////////////////////////////// | ||
# Logs and databases | ||
#///////////////////////////////////////////////////////////////////////////// | ||
|
||
*.log | ||
*.sql | ||
*.sqlite | ||
|
||
#///////////////////////////////////////////////////////////////////////////// | ||
# files for debugger | ||
#///////////////////////////////////////////////////////////////////////////// | ||
|
||
*.sln | ||
*.csproj | ||
*.pidb | ||
*.unityproj | ||
*.suo | ||
|
||
#///////////////////////////////////////////////////////////////////////////// | ||
# OS generated files | ||
#///////////////////////////////////////////////////////////////////////////// | ||
|
||
.DS_Store | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
#///////////////////////////////////////////////////////////////////////////// | ||
# WebStorm files | ||
#///////////////////////////////////////////////////////////////////////////// | ||
|
||
.idea/ | ||
|
||
#////////////////////////// | ||
# VS Code files | ||
#////////////////////////// | ||
|
||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# 测试项目 | ||
|
||
通过cocos creator引擎,调用微信云函数、云数据库信息。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"ver": "1.0.1", | ||
"uuid": "29f52784-2fca-467b-92e7-8fd9ef8c57b7", | ||
"isGroup": false, | ||
"subMetas": {} | ||
} |
Oops, something went wrong.