mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
initial commit
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
.next
|
||||
node_modules
|
||||
.vercel
|
||||
|
||||
.env.local
|
||||
.env
|
||||
.env*.local
|
||||
|
||||
# next sitemap
|
||||
public/robots.txt
|
||||
public/sitemap*.xml
|
||||
|
||||
# we use pnpm
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
|
||||
# Mac
|
||||
.DS_Store
|
||||
|
||||
# eslint
|
||||
.eslintcache
|
||||
Reference in New Issue
Block a user