mirror of
https://github.com/PawanOsman/ChatGPT.git
synced 2026-06-02 06:14:25 +02:00
add gitignore and packages
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
npm-debug.log
|
||||
yarn.lock
|
||||
node_modules/
|
||||
dist/
|
||||
.parcel-cache
|
||||
db.json
|
||||
.env
|
||||
Generated
+1175
File diff suppressed because it is too large
Load Diff
+6
-1
@@ -16,5 +16,10 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/PawanOsman/ChatGPT/issues"
|
||||
},
|
||||
"homepage": "https://github.com/PawanOsman/ChatGPT#readme"
|
||||
"homepage": "https://github.com/PawanOsman/ChatGPT#readme",
|
||||
"dependencies": {
|
||||
"axios": "1.3.4",
|
||||
"express": "4.18.2",
|
||||
"openai": "3.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user