59 Star 694 Fork 218

turnon/db-tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1013 Bytes
一键复制 编辑 原始数据 按行查看 历史
turnon 提交于 2023-02-10 11:43 . docs: 更新文档
# ---------------------------------------------------------------------
# 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
# ------------------------------- javascript -------------------------------
# dependencies
node_modules
# temp folders
build
dist
_book
_jsdoc
.temp
.deploy*/
# temp files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
bundle*.js
.DS_Store
Thumbs.db
db.json
book.pdf
package-lock.json
# ------------------------------- intellij -------------------------------
.idea
*.iml
# ------------------------------- eclipse -------------------------------
.classpath
.project
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/turnon/db-tutorial.git
[email protected]:turnon/db-tutorial.git
turnon
db-tutorial
db-tutorial
master

搜索帮助