diff options
| author | Bobby <[email protected]> | 2022-04-27 20:57:47 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-04-27 20:57:47 -0400 |
| commit | 4820317683754e8e1faf9dbf456c20b7f27f637a (patch) | |
| tree | 3a93ba15e0b2562338829f39ff4c3481ad88d44d /.gitignore | |
| download | Network-Intrusion-Detection-dataset.tar.xz Network-Intrusion-Detection-dataset.zip | |
basic R shiny app with data visualizationdataset
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9fb7372 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# History files +.Rhistory +.Rapp.history + +# Session Data files +.RData +.RData* + +# 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 +*.csv |
