chore: 更新项目名称并添加忽略文件
更新package-lock.json中的项目名称,并在.gitignore中添加新的忽略文件
This commit is contained in:
parent
db08148137
commit
ff79531750
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -8,4 +8,5 @@ fetch_system_prompt.txt
|
||||||
input_system_prompt.txt
|
input_system_prompt.txt
|
||||||
token-store.json
|
token-store.json
|
||||||
usage-cache.json
|
usage-cache.json
|
||||||
*_oauth_creds.json
|
*_oauth_creds.json
|
||||||
|
*-auth-token.json
|
||||||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "AIClient-2-API",
|
"name": "AIClient2API",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue