Skip to content

Commit 2e0b7b9

Browse files
committed
updated .gitignore
1 parent 72a713b commit 2e0b7b9

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

.gitignore

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
node_modules
2+
/out
3+
4+
.env
5+
.env.production
6+
.env.local
7+
.env_main
8+
concatenated-output.ts
9+
embedding-cache.json
10+
packages/plugin-buttplug/intiface-engine
11+
12+
.DS_Store
13+
14+
dist/
15+
# Allow models directory but ignore model files
16+
models/*.gguf
17+
18+
cookies.json
19+
20+
db.sqlite
21+
searches/
22+
tweets/
23+
24+
*.gguf
25+
*.onnx
26+
*.wav
27+
*.mp3
28+
29+
logs/
30+
31+
test-report.json
32+
content_cache/
33+
test_data/
34+
tokencache/
35+
tweetcache/
36+
twitter_cookies.json
37+
timeline_cache.json
38+
39+
*.sqlite
40+
41+
characters/
42+
43+
packages/core/src/providers/cache
44+
packages/core/src/providers/cache/*
45+
cache/*
46+
packages/plugin-coinbase/src/plugins/transactions.csv
47+
packages/plugin-coinbase/package-lock.json
48+
49+
tsup.config.bundled_*.mjs
50+
51+
.turbo
52+
53+
coverage
54+
.eslintcache
55+
56+
agent/content
57+
agent/.turbo
58+
.env.copy

0 commit comments

Comments
 (0)