# 커서를 제대로 사용하는 12가지 방법

> Clean Markdown view of GeekNews topic #20595. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=20595](https://news.hada.io/topic?id=20595)
- GeekNews Markdown: [https://news.hada.io/topic/20595.md](https://news.hada.io/topic/20595.md)
- Type: news
- Author: [liabilityuk0](https://news.hada.io/@liabilityuk0)
- Published: 2025-04-29T13:56:15+09:00
- Updated: 2025-04-29T13:56:15+09:00
- Original source: [commits.world](https://www.commits.world/p/12-ways-to-properly-use-cursor)
- Points: 39
- Comments: 4

## Summary

커서는 프로젝트마다 **규칙**을 설정할 수 있으며, 설정 메뉴에서 이를 조정할 수 있습니다. **.cursurignore** 기능을 통해 테스트 케이스 파일의 편집을 제한할 수 있습니다. **.cursor 폴더**에 설계 문서나 작업 요구사항을 추가하면 프로젝트 전반에 걸쳐 글로벌 규칙으로 적용됩니다. 사용자가 직접 편집한 내용은 **맥락**으로 활용됩니다.

## Topic Body

* 커서 디자이너가 말하는 커서 사용법인데, 잘 몰랐던 내용들이 있어 공유드립니다.  
1. Cursor는 프로젝트 별로 규칙(Rules)을 세울 수 있음. Cursor > Setting > Cursor Settings로 접근하면 됨  
2. Cursor는 .cursurignore 기능이 있어서, 테스트 케이스 파일을 편집할 수 없게 할 수 있음  
3. .cursor 폴더 안에 MD 파일로 설계 관련 문서, 작업 요구사항으로 넣으면 프로젝트 글로벌 룰로 적용 됨  
4. 커서는 유저가 직접 편집한 내용을 맥락으로 이용함

## Comments



### Comment 38042

- Author: turastory
- Created: 2025-04-30T22:50:21+09:00
- Points: 1

https://github.com/EnzeD/vibe-coding?tab=readme-ov-file  
  
바이브 코딩 가이드도 같이 보시면 좋을듯 합니다. 언급하신 Rules 활용도 잘 나와있어요.

### Comment 37992

- Author: bluekai17
- Created: 2025-04-30T10:06:58+09:00
- Points: 1

.cursor 폴더 안에 MD 파일로 설계 관련 문서, 작업 요구사항으로 넣으면 프로젝트 글로벌 룰로 적용 됨  
  
프로젝트 폴더에 DEVELOPMENT.md 를 넣어도 되는거 같던데, 글로벌로 적용하려면 .cursor폴더안에 넣어야 하는군요.

### Comment 37972

- Author: happing94
- Created: 2025-04-29T19:03:26+09:00
- Points: 1

나머지 8개는 아직 생성 중인건가?

### Comment 37975

- Author: depth221
- Created: 2025-04-29T21:53:38+09:00
- Points: 1
- Parent comment: 37972
- Depth: 1

원본 글의 12가지 정보 중에서 @liabilityuk0 님께서 새롭게 알게 된 4가지 사실만 본문에 따로 정리하신 것 같습니다.
