-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
141 lines (115 loc) · 2.83 KB
/
Copy path.gitignore
File metadata and controls
141 lines (115 loc) · 2.83 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# LLM tools
.claude/*.local.*
# Platform metadata
.DS_Store
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Rust
target
rust/endo/xsnap/src/ses_boot.js
rust/endo/xsnap/src/worker_bootstrap.js
rust/endo/xsnap/src/daemon_bootstrap.js
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules
jspm_packages/
.yarn-global/
# TypeScript v1 declaration files
typings/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn
# see https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# dotenv environment variables file
.env
# next.js build output
.next
# dist
dist/
/packages-graph*
api-docs
.aider*
# ts build cache
*.tsbuildinfo
# pack-all output
/dist/
# ignore all declarations and mappings, but allow the "*.types.d{m,c,t}s"
# convention below to make it easier to track new declaration files as needed
*.d.ts*
*.d.mts*
*.d.cts*
!*.types.d.ts
!*.types.d.mts
!*.types.d.cts
# legacy exceptions to the above rule
!packages/bundle-source/src/exports.d.ts
!packages/captp/src/ts-types.d.ts
!packages/cli/test/_types.d.ts
!packages/compartment-mapper/src/types-external.d.ts
!packages/compartment-mapper/src/types.d.ts
!packages/daemon/src/bus-xs-host-globals.d.ts
!packages/daemon/src/types.d.ts
!packages/daemon/types.d.ts
!packages/daemon-cas/types.d.ts
!packages/git/types.d.ts
!packages/exo-git/types.d.ts
!packages/jsonl-transcript/types.d.ts
!packages/eventual-send/src/exports.d.ts
!packages/eventual-send/src/types.d.ts
!packages/exo/src/types.d.ts
!packages/exo/types-index.d.ts
!packages/exo-stream/types.d.ts
!packages/far/src/exports.d.ts
!packages/lp32/types.d.ts
!packages/pass-style/src/types.d.ts
!packages/patterns/types-index.d.ts
!packages/platform/src/fs/search-types-index.d.ts
!packages/platform/src/fs/types-index.d.ts
!packages/platform/src/fs/extended/backend-types-index.d.ts
!packages/preact-container/src/renderer.d.ts
!packages/preact-container/src/compartment.d.ts
!packages/reminder/src/types.d.ts
!packages/sandbox/src/types.d.ts
!packages/ses/src/reporting-types.d.ts
!packages/ses/types.d.ts
!packages/stream/types.d.ts
!packages/trampoline/types.d.ts
!packages/where/types.d.ts
!packages/ocapn/src/codec-interface.d.ts
!packages/ocapn-noise/src/types.d.ts
# Test/runtime scratch directories (daemon state, sqlite, worker logs)
.tmp/
packages/*/tmp/
packages/*/test/tmp/
.turbo/