Skip to content

Commit

Permalink
fix: remove unwanted gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd committed Jan 1, 2025
1 parent fed25cc commit f626c99
Showing 1 changed file with 57 additions and 63 deletions.
120 changes: 57 additions & 63 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,63 +1,57 @@
node_modules
/out

.env
.env.production
.env.local
.env_main
.env.example
concatenated-output.ts
embedding-cache.json
packages/plugin-buttplug/intiface-engine

.idea
.DS_Store

dist/
# Allow models directory but ignore model files
models/*.gguf

cookies.json

db.sqlite
searches/
tweets/

*.gguf
*.onnx
*.wav
*.mp3

logs/

test-report.json
content_cache/
test_data/
tokencache/
tweetcache/
twitter_cookies.json
timeline_cache.json

*.sqlite

characters/
characterfile/
gen-lang-client-0926033935-7fe5ed22b25a.json
knowledge.json
start-evelyn.sh

update-character-knowledge.sh
packages/core/src/providers/cache
packages/core/src/providers/cache/*
cache/*
packages/plugin-coinbase/src/plugins/transactions.csv

tsup.config.bundled_*.mjs

.turbo
.cursorrules

coverage
.eslintcache

agent/content
node_modules
/out

.env
.env.production
.env.local
.env_main
concatenated-output.ts
embedding-cache.json
packages/plugin-buttplug/intiface-engine

.idea
.DS_Store

dist/
# Allow models directory but ignore model files
models/*.gguf

cookies.json

db.sqlite
searches/
tweets/

*.gguf
*.onnx
*.wav
*.mp3

logs/

test-report.json
content_cache/
test_data/
tokencache/
tweetcache/
twitter_cookies.json
timeline_cache.json

*.sqlite

characters/

packages/core/src/providers/cache
packages/core/src/providers/cache/*
cache/*
packages/plugin-coinbase/src/plugins/transactions.csv

tsup.config.bundled_*.mjs

.turbo
.cursorrules

coverage
.eslintcache

agent/content

0 comments on commit f626c99

Please sign in to comment.