mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 08:20:14 +01:00
* fix(Chat.jsx): conversation no longer navigates upon message creation, which would cause re-render/flicker * chore(.gitignore): ignore storageState.json in all directories chore(storageState.json): delete e2e/storageState.json file * test(e2e): fix old tests with new playwright setup & add helper script for codegen * fix(Conversation.jsx): add data-testid attribute to <a> element test(messages.spec.js): add test for expected navigation after receiving message test(messages.spec.js): add test for page navigations * chore(Plugin.jsx): import Spinner from '~/components' instead of '../svg/Spinner' chore(index.jsx): import Spinner from '~/components' instead of '../svg/Spinner' chore(Spinner.jsx): change classProp prop to className prop in Spinner component feat(index.ts): export Spinner component from './Spinner'
75 lines
1.2 KiB
Text
75 lines
1.2 KiB
Text
### node etc ###
|
|
|
|
# Logs
|
|
data-node
|
|
meili_data
|
|
logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# Compiled Dirs (http://nodejs.org/api/addons.html)
|
|
build/
|
|
dist/
|
|
public/main.js
|
|
public/main.js.map
|
|
public/main.js.LICENSE.txt
|
|
client/public/images/
|
|
client/public/main.js
|
|
client/public/main.js.map
|
|
client/public/main.js.LICENSE.txt
|
|
|
|
# Dependency directorys
|
|
# Deployed apps should consider commenting these lines out:
|
|
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
|
node_modules/
|
|
meili_data/
|
|
api/node_modules/
|
|
client/node_modules/
|
|
bower_components/
|
|
|
|
# Floobits
|
|
.floo
|
|
.floobit
|
|
.floo
|
|
.flooignore
|
|
|
|
# Environment
|
|
.npmrc
|
|
.env
|
|
!.env.example
|
|
!.env.test.example
|
|
.env*
|
|
cache.json
|
|
api/data/
|
|
owner.yml
|
|
archive
|
|
.vscode/settings.json
|
|
src/style - official.css
|
|
/e2e/specs/.test-results/
|
|
/e2e/playwright-report/
|
|
/playwright/.cache/
|
|
.DS_Store
|
|
*.code-workspace
|
|
.idea
|
|
*.pem
|
|
config.local.ts
|
|
**/storageState.json
|
|
junit.xml
|
|
|
|
# meilisearch
|
|
meilisearch
|
|
data.ms/*
|
|
auth.json
|