Skip to content

Commit

Permalink
chore(gitignore): remove duplicate entry for Rproj.user
Browse files Browse the repository at this point in the history
Eliminate redundancy in .gitignore by ensuring .Rproj.user is listed
only once. This simplifies the ignore rules and prevents potential
confusion or misconfiguration.
  • Loading branch information
YidiDev committed Oct 5, 2024
1 parent 2f38f2c commit 1be385e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Desktop.ini
/project/
/.Rproj.user/
/.vscode/*
.Rproj.user/
.Rproj.user/

0 comments on commit 1be385e

Please sign in to comment.