Skip to content

Commit f6b7727

Browse files
committed
Remove .cursor folder from git tracking and update .gitignore
- Removed .cursor/rules/requirement-rules.mdc from git tracking - Updated .gitignore to ensure .cursor folder is properly ignored - .cursor folder remains locally but won't be tracked in future commits
1 parent 98dfe91 commit f6b7727

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.cursor/rules/requirement-rules.mdc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.gitignore

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,28 @@ npm-debug.log*
2525
yarn-debug.log*
2626
yarn-error.log*
2727

28-
# local env files
29-
.env*.local
30-
.env.production
31-
# vercel
28+
# info: local env files
29+
.env*
30+
31+
# info: vercel
3232
.vercel
3333

34-
# typescript
34+
# info: typescript
3535
*.tsbuildinfo
3636
next-env.d.ts
3737

38+
# info: ignore the docs_context folder
39+
docs_context/
40+
41+
# info: ignore my folder
42+
my/
43+
3844
# info: neglect the requriements-*.md files
3945
requirements/
4046
requirements-*.md
4147

4248
# info: AI tools configuration folders
49+
.vscode
4350
.claude
4451
.cursor
4552
.deepseek

0 commit comments

Comments
 (0)