Skip to content
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

Merged
merged 6 commits into from
Dec 16, 2024
Merged

Add .idea/* to gitignore #22

merged 6 commits into from
Dec 16, 2024

Conversation

HI-JIN2
Copy link
Member

@HI-JIN2 HI-JIN2 commented Dec 13, 2024

image

위와 같이 .idea/* 파일이 깃에 올라가는 현상을 방지하기 위해 해당 파일을 지우고(어차피 빌드 하면 다시 생겨서 괜찮음)
.gitignore에 추가합니다.

@HI-JIN2 HI-JIN2 requested a review from cometj03 December 13, 2024 04:43
@HI-JIN2 HI-JIN2 self-assigned this Dec 13, 2024
.gitignore Outdated
Comment on lines 3 to 6
.idea/
.idea/*
/.idea/
/.idea/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.idea/
만 있어도 되지 않을까요?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

엇 그런가요? 수정하겠습니다!

@HI-JIN2 HI-JIN2 requested a review from cometj03 December 13, 2024 07:45
@HI-JIN2
Copy link
Member Author

HI-JIN2 commented Dec 13, 2024

이 PR 머지 후, 혹시나 안드로이드 스튜디오 내에 git 패널이 사라진다면, Handy-Android 프로젝트를 닫았다가 다시 열면 새로 .idea/~~ 파일들이 다시 생깁니다!

Copy link
Member

@cometj03 cometj03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@HI-JIN2 HI-JIN2 merged commit e342649 into main Dec 16, 2024
@HI-JIN2 HI-JIN2 deleted the setting/gitignore branch December 16, 2024 01:50
kangyuri1114 pushed a commit that referenced this pull request Jan 19, 2025
* 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: 구현 방식 변경
@kangyuri1114 kangyuri1114 added the refact 코드 수정 label Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refact 코드 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants