Skip to content

Commit 6857aeb

Browse files
committed
ignore lockfile & IDE directories
1 parent 3e090ee commit 6857aeb

File tree

2 files changed

+9
-122
lines changed

2 files changed

+9
-122
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
/target
1+
# IDE directories and folders
2+
.vscode/
3+
.idea/
4+
5+
# Target directory
6+
target/
7+
8+
# Lockfile
9+
Cargo.lock

Cargo.lock

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)