springboot 提交代码的git配置文件

springboot 提交代码的git配置文件,第1张

1忽略文件

.gitignore

# Compiled class file
*.class
*.iml
*.idea
target/
logs/

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

*velocity.log*

# Eclipse #
.classpath
.project
.settings/


.DS_Store

_dockerCerts/

*.lck

.idea
.svn
._app_logs
.transaction-logs
#application.yml
#application-dev.yml
#application-prd.yml

2 .gitattributes

*.js linguist-language=java
*.css linguist-language=java
*.html linguist-language=java
*.btl linguist-language=java

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/729214.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-27
下一篇 2022-04-27

发表评论

登录后才能评论

评论列表(0条)

保存