Remove .idea directory from repository and add to .gitignore #28

Open
opened 2026-04-28 16:58:09 +02:00 by McPringle · 1 comment
McPringle commented 2026-04-28 16:58:09 +02:00 (Migrated from github.com)

The .idea directory is currently tracked in the repository. This directory contains IDE-specific configuration files generated by IntelliJ IDEA and should not be version-controlled.

Including these files leads to environment-specific issues. In my case, the project configuration causes problems in IntelliJ IDEA, likely due to differences in operating systems, file paths, and local setup.

The `.idea` directory is currently tracked in the repository. This directory contains IDE-specific configuration files generated by IntelliJ IDEA and should not be version-controlled. Including these files leads to environment-specific issues. In my case, the project configuration causes problems in IntelliJ IDEA, likely due to differences in operating systems, file paths, and local setup.
McPringle commented 2026-05-03 13:17:46 +02:00 (Migrated from github.com)

Will be fixed with PR #45

Will be fixed with PR #45
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: McPringle/fitpub#28
No description provided.