mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
f5491b4b15
issues with word-wrap. To solve this we now only have nbsp when we encounter spaces or a tab at the start of a line (to maintain indentation). A fiddle exists to test the regex at: https://jsfiddle.net/xtraeme/x34ao9jp/13/
36 lines
325 B
Plaintext
36 lines
325 B
Plaintext
package-lock.json
|
|
node_modules/
|
|
|
|
.yarn/*
|
|
.pnp.*
|
|
|
|
# Testing
|
|
private/
|
|
|
|
# rust
|
|
target/
|
|
|
|
# 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?
|