加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 876 Bytes
一键复制 编辑 原始数据 按行查看 历史
骑着驴看宝马 提交于 2024-01-09 16:25 . feat: user me filter (#322)
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# and https://github.com/github/gitignore for examples
# local env files (followinf dotenv-flow / nextjs convention)
.env.local
.env.*.local
# security: atlassian/changeset
**/.netrc
# dependencies
node_modules
.pnpm-store/
.pnp.*
# testing
/coverage
.out/
# Debug
**/.debug
# Build directories (next.js...)
/.next/
/out/
/build
/dist/
# Cache
*.tsbuildinfo
**/.eslintcache
.cache/*
.swc/
# Misc
.DS_Store
*.pem
# Debug
npm-debug.log*
pnpm-debug.log*
# IDE
.idea/*
!.idea/modules.xml
.project
.classpath
*.launch
*.sublime-workspace
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Docker overrides
./docker-compose.override.yml
# Deployment platforms
.vercel
# LocalStorage assets
**/.assets
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化