What to do with material_theme_project_new.xml? #506
-
Since the latest update (9.0.0 I think?), a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
This file is your material theme settings. There are two files: global settings in your IDE configuration folder, and project settings for each project. You don't have to commit it unless you want to share your per-project settings to your coworkers or something (but usually this is more like a user preference so I don't recommend sharing it) |
Beta Was this translation helpful? Give feedback.
Got it - so basically I need to add this to the .gitignore of every project I work in now? The default /.idea/.gitignore doesn't seem to cover it and neither do any of the standard jetbrains .gitignores