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

Commit 0afd94a

Browse files
authored
Merge pull request #189 from deeprobin/fix-gitignore
Added IDE-specific ignores to .gitignore
2 parents f69fe43 + 50f1708 commit 0afd94a

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)