Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ build/
# Downloaded by the plugin tools.
google-java-format-1.3-all-deps.jar
ktfmt-0.46-jar-with-dependencies.jar

# AI assistant workspace data
.workspace_rag/
Comment on lines +54 to +55
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally, as far as I know, the .gitignore file included in a repository is used when you do not want the output generated by the project to be included in Git, or when you do not want files from commonly used official tools to be included in the project.

Output from AI agents used by individuals must be managed by adding them to their personal git global settings.

Of course, if a specific AI agent is officially used in flutter or flutter-tizen and the removal of that agent's output is necessary, it can be added at that time.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh. Thanks.

Loading