update gitignore

This commit is contained in:
Auto
2026-01-10 11:47:22 +02:00
parent 7cb226fc88
commit 4a3b0a7d3e
4 changed files with 9 additions and 5 deletions

4
.gitignore vendored
View File

@@ -43,4 +43,6 @@ yarn-error.log*
next-env.d.ts
# uploads
public/uploads
public/uploads
nul

View File

@@ -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",

View File

@@ -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": {

View File

@@ -43,4 +43,6 @@ yarn-error.log*
next-env.d.ts
# uploads
public/uploads
public/uploads
nul