Skip to content

Commit f626c99

Browse files
committed
fix: remove unwanted gitignore
1 parent fed25cc commit f626c99

File tree

1 file changed

+57
-63
lines changed

1 file changed

+57
-63
lines changed

.gitignore

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

0 commit comments

Comments
 (0)