|
@@ -1,3 +1,8 @@
|
|
|
|
+### CUSTOM ###
|
|
|
|
+total_execution.time
|
|
|
|
+
|
|
|
|
+### R ###
|
|
|
|
+
|
|
# History files
|
|
# History files
|
|
.Rhistory
|
|
.Rhistory
|
|
.Rapp.history
|
|
.Rapp.history
|
|
@@ -47,4 +52,76 @@ po/*~
|
|
|
|
|
|
# RStudio Connect folder
|
|
# RStudio Connect folder
|
|
rsconnect/
|
|
rsconnect/
|
|
|
|
+
|
|
|
|
+### R.Bookdown Stack ###
|
|
|
|
+# R package: bookdown caching files
|
|
|
|
+/*_files/
|
|
|
|
+
|
|
|
|
+### C++ ###
|
|
|
|
+# Prerequisites
|
|
|
|
+*.d
|
|
|
|
+
|
|
|
|
+# Compiled Object files
|
|
|
|
+*.slo
|
|
|
|
+*.lo
|
|
|
|
+*.o
|
|
|
|
+*.obj
|
|
|
|
+
|
|
|
|
+# Precompiled Headers
|
|
|
|
+*.gch
|
|
|
|
+*.pch
|
|
|
|
+
|
|
|
|
+# Compiled Dynamic libraries
|
|
|
|
+*.so
|
|
|
|
+*.dylib
|
|
|
|
+*.dll
|
|
|
|
+
|
|
|
|
+# Fortran module files
|
|
|
|
+*.mod
|
|
|
|
+*.smod
|
|
|
|
+
|
|
|
|
+# Compiled Static libraries
|
|
|
|
+*.lai
|
|
|
|
+*.la
|
|
|
|
+*.a
|
|
|
|
+*.lib
|
|
|
|
+
|
|
|
|
+# Executables
|
|
|
|
+*.exe
|
|
|
|
+*.out
|
|
|
|
+*.app
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+### macOS ###
|
|
|
|
+# General
|
|
.DS_Store
|
|
.DS_Store
|
|
|
|
+.AppleDouble
|
|
|
|
+.LSOverride
|
|
|
|
+
|
|
|
|
+# Icon must end with two \r
|
|
|
|
+Icon
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+# Thumbnails
|
|
|
|
+._*
|
|
|
|
+
|
|
|
|
+# Files that might appear in the root of a volume
|
|
|
|
+.DocumentRevisions-V100
|
|
|
|
+.fseventsd
|
|
|
|
+.Spotlight-V100
|
|
|
|
+.TemporaryItems
|
|
|
|
+.Trashes
|
|
|
|
+.VolumeIcon.icns
|
|
|
|
+.com.apple.timemachine.donotpresent
|
|
|
|
+
|
|
|
|
+# Directories potentially created on remote AFP share
|
|
|
|
+.AppleDB
|
|
|
|
+.AppleDesktop
|
|
|
|
+Network Trash Folder
|
|
|
|
+Temporary Items
|
|
|
|
+.apdisk
|
|
|
|
+
|
|
|
|
+### macOS Patch ###
|
|
|
|
+# iCloud generated files
|
|
|
|
+*.icloud
|
|
|
|
+
|