3 Star 45 Fork 13

turnon / javacore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 969 Bytes
一键复制 编辑 原始数据 按行查看 历史
turnon 提交于 2023-08-18 20:54 . feat: 修改配置
# ---------------------------------------------------------------------
# more gitignore templates see https://github.com/github/gitignore
# ---------------------------------------------------------------------
# ------------------------------- java -------------------------------
# compiled folders
classes
target
logs
.mtj.tmp/
# compiled files
*.class
# bluej files
*.ctxt
# package files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs
hs_err_pid*
# maven plugin temp files
.flattened-pom.xml
package-lock.json
# ------------------------------- javascript -------------------------------
# dependencies
node_modules
# temp folders
.temp
dist
_book
_jsdoc
# temp files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
bundle*.js
book.pdf
# ------------------------------- intellij -------------------------------
.idea
*.iml
# ------------------------------- eclipse -------------------------------
.classpath
.project
Java
1
https://gitee.com/turnon/javacore.git
git@gitee.com:turnon/javacore.git
turnon
javacore
javacore
master

搜索帮助