AutonomicMachineLearning / MLFramework

1 stars 1 forks source link

.gitignore에 추가되는 파일에 대한 문제 #2

Open chatterboy opened 5 years ago

chatterboy commented 5 years ago

IntelliJ 기반 IDE를 사용해서 개발하는 경우, 프로젝트 루트 디렉토리에는 .idea 디렉토리가 존재한다. .idea 디렉토리 안에서 각 설정들은 .xml 파일 또는 다른 형태로 저장된다. 여기서 모든 파일들을 .gitignore에 포함시킬 수 있지만, 몇몇 기능들은 프로젝트에서 공유될 수 있다고 생각한다. 따라서, 공유될 수 있는 부분은 미리 식별해서 .gitignore에 포함시키지 않도록 하는 것이 바람직하다.

참고 https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

chatterboy commented 5 years ago

아래에서는 템플릿으로 만들어 관리하고 있다. https://github.com/github/gitignore

chatterboy commented 5 years ago

__pycache__ 디렉토리도 추가해야 하는가?

TODO 관련자료 정리

참고 https://stackoverflow.com/questions/16869024/what-is-pycache