mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-04-28 13:00:30 +00:00
32 lines
496 B
Plaintext
32 lines
496 B
Plaintext
# Rules from: /home/lenovo/Documents/m@ni$h/docsgpt/extensions/react-widget/.gitignore
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
|
|
# npmignore - content above this line is automatically generated and modifications may be omitted
|
|
# see npmjs.com/npmignore for more details.
|
|
src/
|
|
test/
|
|
|
|
README.md |