From 3d3cd20d1552816d15847fca783b6059a3e58766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=BDvikart?= <7929905+jzvikart@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:07:37 +0100 Subject: [PATCH] Clean up .gitigmore --- .gitignore | 109 +++++++++++++++++++++++++++-------------------------- 1 file changed, 55 insertions(+), 54 deletions(-) diff --git a/.gitignore b/.gitignore index abc2305272..a6f1fa8874 100644 --- a/.gitignore +++ b/.gitignore @@ -1,54 +1,55 @@ -node_modules -/out - -.env -.env.production -.env.local -.env_main -concatenated-output.ts -embedding-cache.json -packages/plugin-buttplug/intiface-engine - -.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 -packages/plugin-coinbase/package-lock.json - -tsup.config.bundled_*.mjs - -.turbo - -coverage -.eslintcache +node_modules +/out +/.pnpm-store + +.env +.env.production +.env.local +.env_main +concatenated-output.ts +embedding-cache.json +packages/plugin-buttplug/intiface-engine + +.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 +packages/plugin-coinbase/package-lock.json + +tsup.config.bundled_*.mjs + +.turbo + +coverage +.eslintcache