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!

qingy2019
  • 536
  • 7
  • 23

2 Answers2

2

These are your project specific file and code templates.

project templates

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904
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!

qingy2019
  • 536
  • 7
  • 23
user302543
  • 59
  • 7