-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (51 loc) · 1002 Bytes
/
.gitignore
File metadata and controls
62 lines (51 loc) · 1002 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
59
60
61
62
# Logs
logs
*.log
# Build output / packaging
out
dist
*.tgz
node_modules.bun
# Dependencies
node_modules/
jspm_packages/
bower_components/
# TypeScript / bundler caches
*.tsbuildinfo
.cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Coverage / debugging
coverage
*.lcov
.nyc_output
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
.tern-port
.node_repl_history
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Local databases (test scratch / runtime archive)
*.sqlite
!tests/fixtures/*.sqlite
# dotenv
.env
.env.test
.env.local
# IDE / OS junk
.DS_Store
.idea
typings/
# Test scratch
/tmp-test/
# Bundled sqlite-vec dylibs fetched at build time (downloaded by
# scripts/fetch-vec-dylibs.ts; embedded into the compiled binary).
/vendor/*.dylib
# Local-only Homebrew formula used for testing the build pipeline against
# a file:// URL on the developer's machine. The canonical formula lives
# in https://github.com/NikitaHerndlhofer/homebrew-tap.
/homebrew/superwhisper-rag-local.rb