Skip to content

Commit 3d3cd20

Browse files
committed
Clean up .gitigmore
1 parent 50ff5ea commit 3d3cd20

File tree

1 file changed

+55
-54
lines changed

1 file changed

+55
-54
lines changed

.gitignore

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

0 commit comments

Comments
 (0)