Skip to content

Commit 4e934bf

Browse files
committed
chore: justfile to .gitignore
1 parent 1f01e8f commit 4e934bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ cliff.toml
2121
# Coverage
2222
lcov.info
2323

24+
# markdownlint
25+
.markdownlint.json
26+
27+
# justfile
28+
justfile
29+
2430
# MacOS
2531
# General
2632
.DS_Store
@@ -72,4 +78,3 @@ target/
7278
notebook
7379

7480
**/main*.rs
75-
.markdownlint.json

0 commit comments

Comments
 (0)