Skip to content

Commit

Permalink
Updated gitignore :tools:
Browse files Browse the repository at this point in the history
serkor1 committed Jan 5, 2025

Verified

This commit was signed with the committer’s verified signature.
Spomky Florent Morselli
1 parent 3e35158 commit 3a69e8e
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# History files
.Rhistory
.Rapp.history

# Session Data files
.RData
.RDataTmp

# User-specific files
.Ruserdata

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

# RStudio files
.Rproj.user/

# produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md

# R Environment Variables
.Renviron

# translation temp files
po/*~

# RStudio Connect folder
rsconnect/
.Rproj.user

# sandbox
sandbox/
docs
inst/doc


# Clion Files
src/CMakeLists.txt
src/cmake-build-debug
src/.idea

/.quarto/
/_site/

# html-files
# (from rendering markdown/quarto)
*.html

0 comments on commit 3a69e8e

Please sign in to comment.