We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fd9b1 commit ce5d2f2Copy full SHA for ce5d2f2
1 file changed
.gitignore
@@ -111,4 +111,19 @@ snapshots/
111
user-settings/
112
113
# Personal settings
114
-.taskrc
+.taskrc
115
+
116
+# AI-generated temp files
117
+.ai-temp/
118
+*ai-gen*.json
119
+*ai-context*.json
120
121
+# Test run artifacts
122
+test-run-*/
123
+ai-test-results/
124
125
+# VSCode history
126
+.history/
127
128
+# Debug files
129
+.debug-*
0 commit comments