Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 6974044

Browse files
committed
Added IDE-specific ignores to .gitignore
1 parent cb85f85 commit 6974044

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
target
22
Cargo.lock
33
tests/crates/**/output.txt
4+
5+
# Editor and IDE-specific ignores
6+
## VSCode
7+
.vscode
8+
9+
## Eclipse
10+
.project
11+
12+
## All JetBrains IDE's
13+
*.iml

0 commit comments

Comments
 (0)