Commit 9e98f045 by Seefs Committed by GitHub

Merge pull request #2084 from QuantumNous/update-gitignore

chore: Ignore .zed and debug binaries in .gitignore
parents 576775cb 22ec4601
.idea .idea
.vscode .vscode
.zed
upload upload
*.exe *.exe
*.db *.db
...@@ -10,10 +11,11 @@ web/dist ...@@ -10,10 +11,11 @@ web/dist
.env .env
one-api one-api
new-api new-api
/__debug_bin*
.DS_Store .DS_Store
tiktoken_cache tiktoken_cache
.eslintcache .eslintcache
.gocache .gocache
electron/node_modules electron/node_modules
electron/dist electron/dist
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment