You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
저도 Jetbrains IDE를 사용하고 있고, 해당 PR처럼 하면 .idea 폴더를 제외하여 다른 IDE와 충돌 없이 사용 가능합니다.
경로가 정확해야 합니다. .idea/ 폴더가 RGM/ 폴더 안에서 생성되나요?
네, 대부분 Jetbrains IDEs는 프로젝트 내부에 파일이 들어옵니다. 즉, 작업 공간에 .idea가 들어오는 구조인 것입니다.
단, 가끔씩 일부 .idea 파일들이 솔루션(RGM/ 폴더) 바깥으로 나올 수 있는 가능성이 있으므로 RGM-v3(root 폴더)에서도 .gitignore 제한을 추가하는 것이 오류를 방지하는 하나의 방법이 될 수 있습니다.
저도 Jetbrains IDE를 사용하고 있고, 해당 PR처럼 하면 .idea 폴더를 제외하여 다른 IDE와 충돌 없이 사용 가능합니다.
경로가 정확해야 합니다. .idea/ 폴더가 RGM/ 폴더 안에서 생성되나요?
네, 대부분 Jetbrains IDEs는 프로젝트 내부에 파일이 들어옵니다. 즉, 작업 공간에 .idea가 들어오는 구조인 것입니다. 단, 가끔씩 일부 .idea 파일들이 솔루션(RGM/ 폴더) 바깥으로 나올 수 있는 가능성이 있으므로 RGM-v3(root 폴더)에서도 .gitignore 제한을 추가하는 것이 오류를 방지하는 하나의 방법이 될 수 있습니다.
저도 Jetbrains IDE를 사용하고 있고, 해당 PR처럼 하면 .idea 폴더를 제외하여 다른 IDE와 충돌 없이 사용 가능합니다.
경로가 정확해야 합니다. .idea/ 폴더가 RGM/ 폴더 안에서 생성되나요?
네, 대부분 Jetbrains IDEs는 프로젝트 내부에 파일이 들어옵니다. 즉, 작업 공간에 .idea가 들어오는 구조인 것입니다. 단, 가끔씩 일부 .idea 파일들이 솔루션(RGM/ 폴더) 바깥으로 나올 수 있는 가능성이 있으므로 RGM-v3(root 폴더)에서도 .gitignore 제한을 추가하는 것이 오류를 방지하는 하나의 방법이 될 수 있습니다.
해당 수정이 반영되는 것을 직접 보셨습니까?
해당 PR이 열려 있어 직접적으로 커밋에 올리지는 않았지만, 다음과 같이 확인하실 수 있습니다.
다음과 같이 되어 있을 경우,
다음 사진과 같이 작업중인 파일만 나타나며, .idea/ 폴더는 제외됩니다. 단, 첫 번째 사진(.gitignore 코드)를 주석처리 시,
.idea/ 폴더가 추적되지 않는 상태로 가져오게 됩니다.
또한, 해당 PR에서 RGM/.idea 등을 추가하지 않으면 Jetbrains IDE가 RGM/ 폴더와 루트 폴더에 전부 .idea/ 폴더를 생성하여 다른 IDE 등에 오류를 야기할 수 있으므로, 해당 .gitignore에 RGM/.idea 폴더와 루트 폴더 내 .idea 제한도 추가하는 것이 안전합니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rider 사용 시 자동 생성되는 .idea 폴더를 무시합니다