Skip to content

Commit

Permalink
Update .gitignore: Add comprehensive rules for .DS_Store files and ou…
Browse files Browse the repository at this point in the history
…tput files (pdf, csv, html)
  • Loading branch information
cafferychen777 committed Jan 15, 2025
1 parent 3c96bfb commit 91e6f11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ vignettes/**/*.pdf

# Output files
*.pdf
*.csv
*.html
check/

# IDE
Expand All @@ -37,5 +39,9 @@ check/

# OS specific
.DS_Store
**/.DS_Store
.DS_Store?
._.DS_Store
**/._.DS_Store
Thumbs.db
.directory

0 comments on commit 91e6f11

Please sign in to comment.