加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/web3j/web3j
克隆/下载
.gitignore 833 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nischal Sharma 提交于 2024-04-12 13:59 . web3j release fix
# Created by .ignore support plugin (hsz.mobi)
### Java template
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### Gradle template
.gradle
/build
/out
*/build/
*/out/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
.idea
*.iml
*.ipr
*.iws
geth.sh
# Sphinx generated docs
docs/build
# OS X
.DS_Store
# VScode
**/.classpath
**/.project
**/.settings
**/bin
# Besu-dev-quickstart logs
integration-tests/src/test/resources/quorum-test-network/logs
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化