-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·58 lines (52 loc) · 921 Bytes
/
Copy path.gitignore
File metadata and controls
executable file
·58 lines (52 loc) · 921 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
48
49
50
51
52
53
54
55
56
57
58
# Dependencies
/node_modules/
/.pnpm-store/
# Build outputs
/dist/
/dist-kernel/
/about.html
/junk.*
/public/assets/
/public/docs/
/public/help/
/public/fonts
/manifold-plus/build/
/manifold-plus/dist/
# Native toolchain caches and generated metadata
/.emscripten_cache/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
CTestTestfile.cmake
compile_commands.json
build.ninja
.ninja_deps
.ninja_log
# Test artifacts
/tests/results/
/test-results/
/coverage/
/playwright-report/
# Bundler and editor caches
/.parcel-cache/
/.vscode/
.eslintcache
*.tsbuildinfo
# Local tool state
/.codex
/.playwright-mcp/
/.claude/
/.aiCoder/llmConfig*
/.aiCoder/backups/
/.aiCoder/prompts/customPrompts.json
/.aiCoder/prompts/default-plan-prompt.md
/.aiCoder/prompts/default-system-prompt.md
/.aiCoder/prompts/plan-edit-prompt.md
/.aiCoder/prompts/snippet-*
/project.md
/trianglesTest.js/results
# Local secrets
*.key
*.pem
*.p12
*.crt