-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #776 from AlexsLemonade/jashapiro/775-gitignore
775 Add user-facing gitignore.user
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |