1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00
Unofficial_ChatGPT_Client/.gitignore

36 lines
325 B
Plaintext
Raw Permalink Normal View History

2022-12-07 07:02:31 -05:00
package-lock.json
2022-12-07 05:22:18 -05:00
node_modules/
2023-02-06 01:16:51 -05:00
.yarn/*
.pnp.*
2022-12-07 05:46:45 -05:00
# Testing
private/
2022-12-12 22:58:47 -05:00
# rust
2022-12-07 07:02:31 -05:00
target/
2022-12-12 22:58:47 -05:00
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?