I have an android app that I've checked into git. I am using Intellij. I've run into issues with some of the files (paths are for a different machine) when I work on a different machine than the one I originally created the application on.
Which files can I safely include in my gitignore? I saw the post for AndroidStudio; are there any additional files that I should be aware for for Intellij?
Does the editor matter when determining which files I put in my gitignore?