"스프링부트 .gitignore"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 3개는 보이지 않습니다)
2번째 줄: 2번째 줄:
;스프링 스타터 프로젝트 .gitignore  
;스프링 스타터 프로젝트 .gitignore  
;스프링부트 .gitignore
;스프링부트 .gitignore
* [[Gradle]]을 선택했을 경우


<source lang='bash'>
<syntaxhighlight lang='bash'>
.gradle
.gradle
/build/
/build/
29번째 줄: 30번째 줄:
nbdist/
nbdist/
.nb-gradle/
.nb-gradle/
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[.gitignore]]
* [[.gitignore]]


==참고 자료==
==참고==
* https://github.com/jmnote/HelloApiServer/blob/master/.gitignore
* https://github.com/jmnote/HelloApiServer/blob/master/.gitignore


[[분류: SpringBoot]]
[[분류:Spring Boot]]
[[분류: Git]]
[[분류:Git]]

2020년 11월 2일 (월) 02:50 기준 최신판

1 개요[ | ]

스프링 스타터 프로젝트 .gitignore
스프링부트 .gitignore
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}