Skip to content

Commit c5424cd

Browse files
Claudehotlong
andauthored
fix: exclude bundled API handler from git (build artifact)
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/b62bdefa-1175-4e27-b791-d526cae03b4b Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 4759412 commit c5424cd

File tree

3 files changed

+19
-167938
lines changed

3 files changed

+19
-167938
lines changed

examples/app-host/.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Build artifacts
2+
dist/
3+
.turbo/
4+
5+
# Bundled API handler (generated during Vercel build)
6+
api/_handler.js
7+
api/_handler.js.map
8+
9+
# Node modules
10+
node_modules/
11+
12+
# Environment files
13+
.env
14+
.env.local
15+
.env.*.local
16+
17+
# OS files
18+
.DS_Store
19+
Thumbs.db

0 commit comments

Comments
 (0)