We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2a048 commit b4f679dCopy full SHA for b4f679d
.gitignore
@@ -33,3 +33,55 @@ go.sum
33
.env
34
.env.local
35
*.local
36
+
37
+# Anthropic Claude
38
+.claude/
39
+claude_workspace/
40
+claude-sessions/
41
42
+# OpenAI
43
+.openai/
44
+chatgpt/
45
+gpt_workspace/
46
47
+# Cursor
48
+.cursor/
49
+cursor_rules/
50
51
+# Windsurf
52
+.windsurf/
53
54
+# v0 (Vercel)
55
+.v0/
56
57
+# Aider
58
+.aider/
59
60
+# Continue.dev
61
+.continue/
62
63
+# Codeium
64
+.codeium/
65
66
+# Tabnine
67
+.tabnine/
68
69
+# Sourcegraph Cody
70
+.cody/
71
72
+# GitHub Copilot
73
+.copilot/
74
75
+# Amazon CodeWhisperer
76
+.codewhisperer/
77
78
+# Bolt.new
79
+.bolt/
80
81
+# Coverage
82
+coverage
83
+coverage.out
84
+coverage.txt
85
86
+# Tooling
87
0 commit comments