Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#4826 from junxian-li-hpc/fix-webdav…
Browse files Browse the repository at this point in the history
… fred-bf
  • Loading branch information
fred-bf authored and dependabot[bot] committed Jun 15, 2024
1 parent b6735bf commit 8545fdd
Showing 1 changed file with 11 additions and 45 deletions.
56 changes: 11 additions & 45 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,46 +1,12 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# IDE Files
#-------------------------
/nbproject/
.idea/*

## Sublime Text cache files
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
dev

.vscode
.idea

# docker-compose env files
.env

*.key
*.key.pub

0 comments on commit 8545fdd

Please sign in to comment.