-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .idea/* to gitignore #22
Conversation
.gitignore
Outdated
.idea/ | ||
.idea/* | ||
/.idea/ | ||
/.idea/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.idea/
만 있어도 되지 않을까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
엇 그런가요? 수정하겠습니다!
이 PR 머지 후, 혹시나 안드로이드 스튜디오 내에 git 패널이 사라진다면, Handy-Android 프로젝트를 닫았다가 다시 열면 새로 .idea/~~ 파일들이 다시 생깁니다! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
* add: TopBar * feat: CenterAlignedTopBar NavIcon * feat: CenterAlignedTopBar actions * feat: LeftAlignedTopAppBar * feat: top bar 다듬기 * feat: text BrandPrimary로 * chore: modifier 인자로 받아온 걸로 교체 (#20) * Add .idea/* to gitignore (#22) * chore: add ".idea/*" to gitignore * chore: /.idea * chore: .idea * chore: /.idea * delete: .idea/* * clean * add: TopBar * feat: CenterAlignedTopBar NavIcon * feat: CenterAlignedTopBar actions * feat: LeftAlignedTopAppBar * feat: top bar 다듬기 * feat: text BrandPrimary로 * chore: 메소드 위치 조정 * feat: actions sealed interface로 구현 * chore: 상수화 * feat: 구현 방식 변경
위와 같이 .idea/* 파일이 깃에 올라가는 현상을 방지하기 위해 해당 파일을 지우고(어차피 빌드 하면 다시 생겨서 괜찮음)
.gitignore
에 추가합니다.