TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Intellij IDEA And Its Config Files of Pain

2 pointsby pdeva1over 11 years ago

2 comments

LoneWolfover 11 years ago
I believe you are doing it wrong.<p>I do not version control my IntelliJ project files, at least with Maven you don&#x27;t need them in your VCS, if, and only IF I need to checkout a new copy into another computer I just re-create the project from the pom files. and I believe same may be true with Gradle, lets be realistic how often you change computers that you need to keep your project files with you?
Randgaltover 11 years ago
IDE project files do not belong in the repo. They are a detail of the IDE that you choose to use.