1

I just found these files hidden into my .idea folder in an IntelliJ project. How am I supposed to use them?

What are they for???

enter image description here

Thanks for your help!

USER6245
  • 512
  • 5
  • 22

2 Answers2

2

These are your project specific file and code templates.

project templates

CrazyCoder
  • 371,688
  • 155
  • 943
  • 850
2

Those files are the templates for when you create a new file,

For example, if you create a new class in IntelliJ, it will follow that template. You can customize these templates (by going to Settings/Preferences and Editor | File and Code Templates) to save time writing code!

USER6245
  • 512
  • 5
  • 22
user302543
  • 61
  • 7