Skip to content

Commit

Permalink
Cleaning up/organizing gitignore (same content ignored just visually …
Browse files Browse the repository at this point in the history
…tidied)
  • Loading branch information
njlyon0 committed Mar 21, 2024
1 parent 246fb8a commit 13e3f7f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
Meta/
doc/
# Background R stuff
.Rproj.user
.Rhistory
.RData
.Ruserdata
.httr-oauth
.DS_Store

# R project
*.Rproj

# Certain folders
Meta/
doc/
docs/

# Ignore Mac file
.DS_Store

0 comments on commit 13e3f7f

Please sign in to comment.