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

Added IDE-specific ignores to .gitignore #189

Merged
merged 2 commits into from
Oct 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
target
Cargo.lock
tests/crates/**/output.txt

# Editor and IDE-specific ignores
## VSCode
.vscode

## Eclipse
.project

## All JetBrains IDE's
*.iml