Skip to content

Conversation

@MaxLee-dev
Copy link
Contributor

@MaxLee-dev MaxLee-dev commented Oct 27, 2025

Description of Changes

Consolidated all .prettierignore files from individual packages into a single root-level .prettierignore file to simplify configuration management.
prettier support only for top level prettierignore

Changes:

  • Created root .prettierignore with combined patterns: dist, .turbo, node_modules, public
  • Removed individual .prettierignore files from:
    • packages/color-generator/
    • packages/css-generator/
    • apps/figma-plugin/

Checklist

  • The PR title follows the Conventional Commits convention.
  • I have performed a self-code review.

@changeset-bot
Copy link

changeset-bot bot commented Oct 27, 2025

⚠️ No Changeset found

Latest commit: e8ba861

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Oct 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
vapor-ui Ready Ready Preview Comment Oct 27, 2025 6:43am

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @MaxLee-dev, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request streamlines the project's Prettier configuration by centralizing all ignore rules into a single file at the repository root. This change simplifies maintenance and ensures consistent formatting exclusion across all packages and applications within the monorepo structure.

Highlights

  • Configuration Consolidation: All individual .prettierignore files have been consolidated into a single root-level .prettierignore file.
  • Root .prettierignore Creation: A new root .prettierignore file was created, combining patterns such as dist, .turbo, node_modules, and public.
  • File Removal: Individual .prettierignore files were removed from packages/color-generator/, packages/css-generator/, and apps/figma-plugin/.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

이 PR은 여러 패키지에 분산되어 있던 .prettierignore 파일을 루트의 단일 파일로 통합하여 설정 관리를 간소화합니다. 변경 사항은 올바르며, 코드베이스의 유지보수성을 향상시키는 좋은 단계입니다. 추가적으로, 향후 다른 패키지에서도 일관되게 적용될 수 있도록 몇 가지 일반적인 예외 패턴을 추가하고 정렬하여 가독성을 높이는 것을 제안했습니다.

.prettierignore Outdated
Comment on lines 1 to 4
dist
.turbo
node_modules
public
public
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

.prettierignore 파일을 통합하는 작업은 좋습니다. 더불어, 모노레포에서 일반적으로 사용되는 빌드 결과물이나 캐시 디렉토리를 미리 추가해두면 향후 다른 패키지에서 해당 디렉토리를 사용하게 될 때 별도의 설정 변경 없이 일관성을 유지할 수 있습니다. 가독성을 위해 항목들을 알파벳 순으로 정렬하는 것을 권장합니다.

.cache
.next
.turbo
build
coverage
dist
node_modules
public

@MaxLee-dev MaxLee-dev self-assigned this Oct 27, 2025
@MaxLee-dev MaxLee-dev added the scope: all Issues related to the all scope of component. label Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope: all Issues related to the all scope of component.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants