加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 974 Bytes
一键复制 编辑 原始数据 按行查看 历史
Groot 提交于 2021-10-14 11:56 . test
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
# Generated files
build/*
# Test Output Folder
out/*
spec/out/*
# Tmp folder
tmp/*
# WebStorm
.idea
# VS Code
.vscode
# Intellij IDEA
exceljs.iml
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules
# gold internals
spec/integration/data/gold
# bundle files
/spec/manual/public/exceljs.js
/spec/manual/public/exceljs.min.js
package-lock.json
# optional switch off tests
.disable-test-*
# jasmine
_SpecRunner.html
# Mac files
.DS_Store
# Ignore xlsx files generated during testing
*.xlsx
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化