mirror of
https://github.com/leonvanzyl/agentic-coding-starter-kit.git
synced 2026-01-29 22:12:03 +00:00
update gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -43,4 +43,6 @@ yarn-error.log*
|
||||
next-env.d.ts
|
||||
|
||||
# uploads
|
||||
public/uploads
|
||||
public/uploads
|
||||
|
||||
nul
|
||||
4
create-agentic-app/package-lock.json
generated
4
create-agentic-app/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "create-agentic-app",
|
||||
"version": "1.1.42",
|
||||
"version": "1.1.43",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "create-agentic-app",
|
||||
"version": "1.1.42",
|
||||
"version": "1.1.43",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chalk": "^5.3.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-agentic-app",
|
||||
"version": "1.1.42",
|
||||
"version": "1.1.43",
|
||||
"description": "Scaffold a new agentic AI application with Next.js, Better Auth, and AI SDK",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
||||
@@ -43,4 +43,6 @@ yarn-error.log*
|
||||
next-env.d.ts
|
||||
|
||||
# uploads
|
||||
public/uploads
|
||||
public/uploads
|
||||
|
||||
nul
|
||||
Reference in New Issue
Block a user