加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eric 提交于 2022-05-11 22:36 . perf: 忽略 package-lock.json
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
data/
log/
.idea/
vendor/
config.yml
host_key
cmd/koko
cmd/logs
cmd/kokodir
build
release
!config_example.yml
*.yml
.DS_Store
package-lock.json
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?
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化