Skip to content

Commit a8d2ec2

Browse files
authored
chore: Ignore the top level target dir (created by rust-analyzer) (#1628)
1 parent 8914d63 commit a8d2ec2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
^\.vscode$
44
^LICENSE\.md$
55
^\.cache$
6+
^target$
67
^\.task$
78
^Taskfile\.yml$
89
^\.editorconfig$

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
.task
55

66
# cache files
7-
.cache
7+
.cache/
8+
target/
89

910
# Generated Makefiles
1011
src/Makevars

0 commit comments

Comments
 (0)