AtomMaterialUI / material-theme-issues

Issues Repository for the Material Theme UI plugin for JetBrains
Other
62 stars 4 forks source link

[Bug]: Add `./.idea/material_theme_project_new.xml` file to `./.idea/.gitignore` #521

Closed mykolasolodukha closed 1 month ago

mykolasolodukha commented 1 month ago

Describe the bug

The file material_theme_project_new.xml keeps getting added to Git. It has the userId parameter, which might not be exactly what one wants to share in e.g. an open source project.

To Reproduce

Migrate.

Expected behavior

The material_theme_project_new.xml file should be added to ./.idea/.gitignore, so that it's safely ignored by the VCS.

Material Theme Version

v9.3.1

IDE

IntelliJ IDEA

System Info

No response

Logs/Screenshots

No response

mallowigi commented 1 month ago

The plugin cannot adds itself to a gitignore file. This is something that must be done manually by developers.