Skip to content

Commit bd9b412

Browse files
authored
Add ai-artifacts to .gitignore to exclude generated files (#25770)
This adds a place within the github workspace that developers can store any AI related artifacts they create that could be useful but they don't want to commit. Things like issue summarization, plans for features, code analysis etc
1 parent c840796 commit bd9b412

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ python_files/tests/*/.data/.coverage*
5454
python_files/tests/*/.data/*/.coverage*
5555
src/testTestingRootWkspc/coverageWorkspace/.coverage
5656

57+
# ignore ai artifacts generated and placed in this folder
58+
ai-artifacts/*

0 commit comments

Comments
 (0)