Do u keep any .idea files in the source code of yo...
# library-development
a
Do u keep any .idea files in the source code of your OSS Compose Multiplatform libraries?
m
• codeStyles • sometimes run configurations • icon.png to have the nice icon in IntelliJ
1
e
well I don't have any OSS compose libraries but that's something that comes up pretty often for our projects in general
m
I got a meta-spelling issue 😄
Never mind, it’s on me, I thought IDEA spelled it wrong for a minute!
At least good to know it’s working 🙂
I also have
Copy code
!**/.idea/scopes
Although I don’t seem to use it at the moment
@ephemient do you have different dictionaries for different developers (see https://stackoverflow.com/a/28151692/752630)? Or were you somewhat able to workaround this?
Right now it creates a
mbonnin.xml
file for me so I’m assuming if there are 50 developers, we’ll end up with 50 files in there? It’s OK I guess, just surprising
e
we edit everything into one common dictionary (manually)
📝 1
m
I see, thank 👍
c
Mine: https://gitlab.com/opensavvy/playgrounds/baseline/-/tree/main/.idea (you can take inspiration from the .gitignore)
a
@CLOVIS i like how you have a specific .gitignore inside the .idea folder and u ignore everything by default. smart