Skip to content

Commit e7ee17a

Browse files
committed
Add initial IntelliJ project configuration files
## Introduced - Configuration files for IntelliJ IDEA to manage project settings: - **.idea/.gitignore**: Specifies files and directories to be ignored by Git. - **.idea/codeStyles/codeStyleConfig.xml**: Contains the preferred code style configuration set to 'Default'. - **.idea/commitbot.iml**: Defines the module structure including source and test folders, and excludes target directories. - **.idea/copilot.data.migration.agent.xml**: Configuration for the migration state of the agent. - **.idea/copilot.data.migration.ask.xml**: Configuration for the migration state of the 'Ask' service. - **.idea/copilot.data.migration.ask2agent.xml**: Configuration for the migration state between 'Ask' and agent. - **.idea/copilot.data.migration.edit.xml**: Configuration for the migration state of the edit service. - **.idea/modules.xml**: Defines project modules including references to the main module file. - **.idea/vcs.xml**: Configures version control settings, specifying Git as the VCS for the project.
1 parent b0a9556 commit e7ee17a

File tree

9 files changed

+65
-0
lines changed

9 files changed

+65
-0
lines changed

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/commitbot.iml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copilot.data.migration.agent.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copilot.data.migration.ask.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copilot.data.migration.ask2agent.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copilot.data.migration.edit.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)