0

We have a small team using IntelliJ IDEA as Java IDE and manage our source code with git. The IDEA project was created as directory based format. I found some files under .idea are user related.

Is there a complete list of user-related files that I can filter out with .gitignore?

woodings
  • 7,503
  • 5
  • 34
  • 52

1 Answers1

5

Please check the FAQ.

I also recommend checking other files you are going to share for the sensitive information. For example, new Android artifacts in IntelliJ IDEA 12 can contain keystore passwords (in encrypted form, but could be decrypted).

Your question is also a duplicate of these:

Community
  • 1
  • 1
CrazyCoder
  • 389,263
  • 172
  • 990
  • 904