Add language templates (Kotlin, Scala, Dart, R, Perl, Lua)
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-02 15:55:54 +00:00
parent 8868819b32
commit 899e028330

View File

@@ -0,0 +1,46 @@
# 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/
*.Rproj
# knitr and R markdown default cache directories
*_cache/
/cache/
# Temporary files created by R
tmp/
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~