Skip to content

Commit 94a1461

Browse files
committed
Update .gitignore to include additional IntelliJ IDEA configuration files
- Added entries for `vcs.xml` and `Project_Default.xml` to the .gitignore file to prevent user-specific IntelliJ IDEA settings from being tracked in the repository.
1 parent b4e4998 commit 94a1461

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ target
1818

1919
# User-specific stuff
2020
.idea/**/workspace.xml
21+
.idea/**/vcs.xml
2122
.idea/**/tasks.xml
2223
.idea/**/usage.statistics.xml
24+
.idea/**/Project_Default.xml
2325
.idea/**/dictionaries
2426
.idea/**/shelf
2527

0 commit comments

Comments
 (0)