Skip to content

Commit ce5d2f2

Browse files
committed
[tt-update] Update .gitignore with AI-generated and test artifacts patterns
1 parent e1fd9b1 commit ce5d2f2

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

.gitignore

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,19 @@ snapshots/
111111
user-settings/
112112

113113
# Personal settings
114-
.taskrc
114+
.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

Comments
 (0)