Skip to content

Commit

Permalink
Merge pull request #776 from AlexsLemonade/jashapiro/775-gitignore
Browse files Browse the repository at this point in the history
775 Add user-facing gitignore.user
  • Loading branch information
jashapiro authored Jul 18, 2024
2 parents 509797d + b31ab28 commit 1157247
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions gitignore.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Gitignore file for users of training modules repository
# portions derived from https://github.com/github/gitignore

# R environment and files
.RData
.RDataTmp
.Rhistory
.Renviron
.Ruserdata
.Rproj.user/

# knitr and R markdown default cache directories and temporary files
*_cache/
/cache/
*.utf8.md
*.knit.md

# Security files
id_rsa.pub
id_rsa
id_ed*
id_ed*.pub
*.pem
*.key
secring.*

# Mac system files
.DS_Store
.AppleDouble
.LSOverride

# Windows system files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.lnk
*.stackdump
[Dd]esktop.ini

# Snakemake files
.snakemake

# mdspell files
.spelling

# File with errors if you are running locally
spell_check_errors.tsv

0 comments on commit 1157247

Please sign in to comment.