개발 공부 기록
[git] sourcetree 커밋 metadata 생김 해결 본문
아무작업도 하지않았는데 계속생겨나는 metadata.... 커밋해야할 파일로 계속 생긴다..
gitignore를 확인해봤더니 설정이 안되어있는듯 ..!
--> 레파지토리 생성 시 gitignore설정 잘확인하고 만들자
# Created by https://www.toptal.com/developers/gitignore/api/java,windows,eclipse
# Edit at https://www.toptal.com/developers/gitignore?templates=java,windows,eclipse
### Eclipse ###
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# CDT- autotools
.autotools
# Java annotation processor (APT)
.factorypath
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/
# Annotation Processing
.apt_generated/
.apt_generated_test/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
# Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project
### Eclipse Patch ###
# Spring Boot Tooling
.sts4-cache/
### Java ###
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# 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*
### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
# End of https://www.toptal.com/developers/gitignore/api/java,windows,eclipse
<<<<<<< HEAD
Servers/.project
Servers/Tomcat v9.0 Server at localhost-config/catalina.policy
Servers/Tomcat v9.0 Server at localhost-config/catalina.properties
Servers/Tomcat v9.0 Server at localhost-config/context.xml
Servers/Tomcat v9.0 Server at localhost-config/server.xml
Servers/Tomcat v9.0 Server at localhost-config/tomcat-users.xml
Servers/Tomcat v9.0 Server at localhost-config/web.xml
<<<<<<< HEAD
=======
프로젝트명/.project
>>>>>>> bd0c5e43d9b605d74284a355a3fa80230d66c593
=======
Servers/Tomcat v9.0 Server at localhost-config/catalina.properties
Servers/Tomcat v9.0 Server at localhost-config/context.xml
KINGTO/src/KINGTO/.gitignore
Servers/.project
Servers/Tomcat v9.0 Server at localhost-config/catalina.policy
Servers/Tomcat v9.0 Server at localhost-config/server.xml
Servers/Tomcat v9.0 Server at localhost-config/tomcat-users.xml
Servers/Tomcat v9.0 Server at localhost-config/web.xml
>>>>>>>
'git' 카테고리의 다른 글
[git] sts git 연결된 프로젝트 repository 끊기 (0) | 2022.02.26 |
---|---|
[git] branch생성 후 sourcetree 연결 (0) | 2022.02.23 |
[git] 레파지토리 sourcetree에 연결 (0) | 2022.02.23 |
[git] git, 레파지토리 생성, 커밋, 브랜치, 머지 (0) | 2021.09.30 |
[git] git, SourceTree설치 (0) | 2021.09.17 |