mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
45 lines
415 B
Plaintext
45 lines
415 B
Plaintext
|
package-lock.json
|
||
|
node_modules/
|
||
|
yarn.lock
|
||
|
*.lock
|
||
|
|
||
|
casks/
|
||
|
|
||
|
# rust
|
||
|
src-tauri/
|
||
|
target/
|
||
|
Cargo.lock
|
||
|
*.toml
|
||
|
|
||
|
# 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?
|
||
|
|
||
|
assets/**
|
||
|
public/**
|
||
|
|
||
|
.gitattributes
|
||
|
.gitignore
|
||
|
.prettierignore
|
||
|
|
||
|
LICENSE
|