1 Star 0 Fork 0

[大天使长]/WETH10

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
Alberto Cuesta Cañada 提交于 2021-02-25 20:32 . feat: kovan deployment
# See https://help.github.com/ignore-files/ for more about ignoring files.
# documentation
docs/
# truffle build directory
artifacts/
build/
cache/
# lock files
package-json.lock
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
logs/
# lol macs
.DS_Store/
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
coverage.json
coverageEnv
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
coverage.json
# nyc test coverage
.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# TypeScript v1 declaration files
typings/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
.env.test
# parcel-bundler cache (https://parceljs.org/)
.cache
# next.js build output
.next
# nuxt.js build output
.nuxt
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# the .secret
.secret
.keys/
.infuraKey
.etherscanKey
# coverage
.coverage_artifacts/
.coverage_contracts/
# network
**/db/geth
**/db/history
**/db_ganache/
# ignore types
types/
# crytic and echidna
crytic-export/
# JetBrains
.idea
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yydick/WETH10.git
git@gitee.com:yydick/WETH10.git
yydick
WETH10
WETH10
main

搜索帮助