Skip to content

Commit bcf2cdd

Browse files
committed
Ignore IDE files and remove project-specific configs
Added .idea/* and *.iml to .gitignore to prevent committing IDE-specific files. Deleted existing .idea directory and .iml file from the repository to clean up project configuration files that should not be tracked.
1 parent 11495cb commit bcf2cdd

9 files changed

Lines changed: 3 additions & 103 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ target/
2626
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2727
hs_err_pid*
2828
replay_pid*
29+
30+
*.iml
31+
.idea/*

.idea/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.idea/compiler.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/jarRepositories.xml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

NoHitDelay.iml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)