Skip to content

Commit da60164

Browse files
committedMar 29, 2025·
Update .gitignore to include .idea and .vscode directories
1 parent f08d28b commit da60164

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.gitignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
.classpath
44
.project
5-
.settings/*
6-
.idea
75
*.iml
86

97
# Mobile Tools for Java (J2ME)
@@ -19,5 +17,6 @@ hs_err_pid*
1917
target/
2018

2119
# IDE files
22-
.vscode
2320
.settings
21+
.idea
22+
.vscode

0 commit comments

Comments
 (0)
Please sign in to comment.