Skip to content

Commit

Permalink
Updated gitignore/dockeringore
Browse files Browse the repository at this point in the history
  • Loading branch information
fxi committed Jul 10, 2024
1 parent eee8245 commit b09fe26
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 45 deletions.
8 changes: 8 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*
!/api
!/helpers
!/04_travel_time
**/*~
**/*.log
**/.DS_Store
**/Thumbs.db
78 changes: 33 additions & 45 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,52 +1,40 @@
# History files
# Node.js
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
package-lock.json
.pnpm-debug.log

# Vim
*.swp
*.swo
*.swn

# R
.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/
.Ruserdata/

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
.Spotlight-V100
.Trashes
._*
.fseventsd
.TemporaryItems
.apdisk

# Linux
*~
.cache/
*~

# 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

# pkgdown site
docs/

# translation temp files
po/*~

# RStudio Connect folder
rsconnect/


# data
Expand Down

0 comments on commit b09fe26

Please sign in to comment.