IntelliJ IDEA stores its settings in the .idea directory. We look at what’s stored here and whether to share the contents via source control.
Also find me here:
Baeldung Author
Tetiana Okhotnik
I am a software engineer with 5 years of production experience in multiple projects and architectures. My primary focus is Java back-end development, but I have experience with other technologies as well. In my free time I really like to write useful articles and share my experience with others.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (1)
- Logging (1)
- Java (1)
- IDE (1)
Test Main Method with JUnit
Filed under Testing
Learn how to test the main method in Java with Junit.
Parameterized Logging With SLF4J
Filed under Logging
A quick and practical guide to parameterized logging with SLF4J.
Convert One Enum to Another Enum in Java
Filed under Java
A quick and practical guide to convert one enum to another.