加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitignore 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
Snow_Tan 提交于 2021-03-08 11:31 . tijiao
# =====================java.gitignore=====================
# logs/:忽略当前路径下的logs目录,包含logs下的所有子目录和文件
# /logs.txt:忽略根目录下的logs.txt文件
# *.class:忽略所有后缀为.class的文件
# !/classes/a.class:不忽略classes目录下的a.class文件
# tmp/*.txt:只忽略tmp目录下的.txt文件
# **/foo:可以忽略/foo, a/foo, a/b/foo等
# Log file
*.log
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# User-specific stuff
**/.idea/
**/target/
**/*.iml
**/node_modules/
# IntelliJ
out/
# 文件夹
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化