Skip to content

Commit cf7c0df

Browse files
authored
Merge pull request #724 from rursprung/add-IDEs-to-gitignore
add VS Code & JetBrains IDEA (RustRover, CLion, etc.) to `.gitignore`
2 parents da25608 + 9f6ddde commit cf7c0df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
**/*.orig
33
**/*.rs.bk
44
Cargo.lock
5+
6+
# IDEs
7+
.vscode
8+
.idea
9+
.lapce

0 commit comments

Comments
 (0)