Files
opensky-statistics/.gitignore
eneller 172f7f8c27 Merge completed OpenSky access
Successfully implemented access to https://opensky-network.org, with
manual API auth

commit cb516d4dbd
Author: eneller <erikneller@gmx.de>
Date:   Fri Jan 16 19:36:08 2026 +0100

    chore: restore order

commit 3a73400ac8
Author: lukasadrion <lukas.adrion@uni-ulm.de>
Date:   Wed Jan 14 19:31:05 2026 +0100

    add oauth with openSkies api and plot one flight

commit bdf075353c
Author: lukasadrion <lukas.adrion@uni-ulm.de>
Date:   Mon Jan 5 14:17:16 2026 +0100

    update to flightV5

commit 09ca49ec99
Author: lukasadrion <lukas.adrion@uni-ulm.de>
Date:   Mon Jan 5 13:51:54 2026 +0100

    remove old csv file

commit c925a49c80
Author: lukasadrion <lukas.adrion@uni-ulm.de>
Date:   Mon Jan 5 13:49:56 2026 +0100

    download flight data and select flight BEL40V
2026-01-16 19:39:15 +01:00

66 lines
967 B
Plaintext

# Created by https://www.toptal.com/developers/gitignore/api/R
# Edit at https://www.toptal.com/developers/gitignore?templates=R
### R ###
# 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
# pkgdown site
docs/
# translation temp files
po/*~
# RStudio Connect folder
rsconnect/
### R.Bookdown Stack ###
# R package: bookdown caching files
/*_files/
# End of https://www.toptal.com/developers/gitignore/api/R
*.pdf
*.html
bib
.env