Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ GEMINI\.md
# flint files
^flint$
^[.]?air[.]toml$
^\.positai$
^\.claude$
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Auto detect text files and perform LF normalization
* text=auto

# Force LF for R files (required by air formatter)
*.R text eol=lf
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ revdep/
docs
*.tar.gz
report.Rcheck
.positai

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The file .claude was added to .Rbuildignore but is missing from .gitignore. It should be added here as well to ensure it is not accidentally committed to the repository, maintaining consistency with the addition of .positai.

.positai
.claude

.claude
Loading