【cursor】修改规则
parent
f62b3a1a2d
commit
14a5c3bd5b
|
|
@ -1,11 +1,22 @@
|
|||
---
|
||||
description:
|
||||
globs:
|
||||
alwaysApply: false
|
||||
---
|
||||
---
|
||||
description:
|
||||
globs:
|
||||
alwaysApply: true
|
||||
---
|
||||
|
||||
# Your rule content
|
||||
|
||||
# 在执行大量代码修改之前,先和用户确认设计思路再继续执行
|
||||
|
||||
# 编码要求
|
||||
使用面向对象的设计思路
|
||||
单个文件/模块尽可能小且功能单一
|
||||
|
||||
## 一般准则
|
||||
- 按要求去做,不扩展额外的功能
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
*.pidb.meta
|
||||
*.pdb.meta
|
||||
*.mdb.meta
|
||||
*.meta
|
||||
|
||||
# Unity3D generated file on crash reports
|
||||
sysinfo.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue