Version Cursor rules

Track .cursor/rules/ in git so coding conventions are shared
across the team. Everything else under .cursor/ stays ignored.

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-05-19 14:10:39 +04:00
parent 58d3ba3823
commit 8f8f09008a
16 changed files with 687 additions and 0 deletions

2
.gitignore vendored
View File

@@ -2,6 +2,8 @@ bin/
node_modules/
.turbo
.vscode
.cursor/*
!.cursor/rules/
dist/
.react-email/
sbom.json