elect
09/21/2018, 9:38 AM.idea/
folder into VCS?Nikky
09/21/2018, 9:42 AMbuild.gradle(.kts)
and gradle/
idea can cleanly generate a project from thatgildor
09/21/2018, 9:42 AMNikky
09/21/2018, 9:43 AMNikky
09/21/2018, 9:43 AMNikky
09/21/2018, 9:44 AMgildor
09/21/2018, 9:45 AMgildor
09/21/2018, 9:45 AMbut yeah custom code styles i would instead add ktlint plugin to gradleIdea has much more checks and help when you write, not just complain when you commit or on CI I still think that share .idea is good approach, and would recommend to do that
elect
09/21/2018, 10:04 AMelect
09/21/2018, 10:05 AM.ignore
added ./idea
in the list of the sources to not commit, I added it again manually by commenting itgildor
09/21/2018, 10:05 AMgit add -f .idea/some_file
kevinmost
09/22/2018, 3:49 PM.idea/
https://www.jetbrains.com/help/idea/2017.3/managing-projects-under-version-control.html#d339029e13
I use https://www.gitignore.io/ to generate my gitignores, and if you add IntelliJ, it gives you the proper setup to just commit the files that should be sharedkarelpeeters
09/22/2018, 5:55 PM.idea/
😛elect
09/22/2018, 6:34 PMgildor
09/23/2018, 4:32 AMgildor
09/23/2018, 4:33 AMelect
09/23/2018, 8:46 AM