.gitignore 파일 내용

NewTypeAsuka·2023년 4월 25일

IDE/Git@

목록 보기
4/8

.gitignore 파일 속 내용은 아래와 같다.

추가적으로 작성될 스크립트가 있다면 항상 변경해서 사용하자.

.classpath
.project
.metadata/
bin/
.settings/
*.class
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# Servers 폴더
Servers

# Spring 관련 폴더, 파일
target
/target/
.springBeans
pom.properties
MANIFEST.MF
*.log
.factorypath
settings.json

# SpringBoot 관련 파일
config.properties

# 작업 중 프로젝트 폴더 안에 메모해둔 비밀번호나 공유하면 안되는 내용 등

0개의 댓글