加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 595 Bytes
一键复制 编辑 原始数据 按行查看 历史
tiantian17) 提交于 2023-05-21 12:03 . 应科博客v1.1发布
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
/yingkeblog-common/src/test/
/yingkeblog-admin/src/test/
/yingkeblog-common/target/
/yingkeblog-admin/target/
# Compiled class file
*.class
# Eclipse
.project
.classpath
.settings/
# Intellij
*.ipr
*.iml
*.iws
.idea/
# Maven
target/
# Gradle
build
.gradle
# Log file
*.log
log/
# out
**/out/
# others
*.jar
*.war
*.zip
*.tar
*.tar.gz
*.pid
*.orig
temp/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化