forked from aergic-labs/artizo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vscodeignore
More file actions
47 lines (40 loc) · 727 Bytes
/
Copy path.vscodeignore
File metadata and controls
47 lines (40 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Root README is supplied via --readme-path in build script; exclude the file
README.md
# Source files (bundled into dist/extension.js)
src/**
!src/webview/**
!src/ai/prompts/**
test/**
test-project/**
# Analysis/reference docs (not for distribution)
docs/**
tools/**
!tools/busybox/**
!tools/relay.js
!tools/setup.sh
# Build configuration
tsconfig.json
vitest.config.ts
esbuild.config.mjs
# Development files
coverage/**
.git/**
.gitignore
resources/.gitkeep
# Node modules (CLI is copied to dist/ during build)
node_modules/**
# Build-only (not for distribution)
vendor/**
plans/**
scripts/**
Makefile
package.json.bak
# Misc
dist/meta.json
dist/**/*.map
*.vsix
.gitmodules
tmp/
.knip.json
AGENTS.md
artizo-summary.md