mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
13 Commits
f2fe4576d6
...
98ec2693e8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
98ec2693e8 | ||
|
|
e9c620b9f6 | ||
|
|
5853962226 | ||
|
|
c5bf3caf29 | ||
|
|
7514684825 | ||
|
|
ad49657df2 | ||
|
|
9ffced6030 | ||
|
|
49990d1d63 | ||
|
|
3d21cef359 | ||
|
|
de90107f1a | ||
|
|
9aa86b4610 | ||
|
|
cac2c8c1fe | ||
|
|
47d723e9ba |
@ -7,7 +7,7 @@ release.properties
|
|||||||
dependency-reduced-pom.xml
|
dependency-reduced-pom.xml
|
||||||
buildNumber.properties
|
buildNumber.properties
|
||||||
.mvn/timing.properties
|
.mvn/timing.properties
|
||||||
# https://maven.apache.org/wrapper/#usage-without-binary-jar
|
# https://maven.apache.org/tools/wrapper/#Usage_with_or_without_Binary_JAR
|
||||||
.mvn/wrapper/maven-wrapper.jar
|
.mvn/wrapper/maven-wrapper.jar
|
||||||
|
|
||||||
# Eclipse m2e generated files
|
# Eclipse m2e generated files
|
||||||
|
|||||||
@ -4,3 +4,6 @@ result-*
|
|||||||
|
|
||||||
# Ignore automatically generated direnv output
|
# Ignore automatically generated direnv output
|
||||||
.direnv
|
.direnv
|
||||||
|
|
||||||
|
# Ignore NixOS interactive test driver history
|
||||||
|
**/.nixos-test-history
|
||||||
|
|||||||
21
R.gitignore
21
R.gitignore
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
# RStudio files
|
# RStudio files
|
||||||
.Rproj.user/
|
.Rproj.user/
|
||||||
|
.Rbuildignore
|
||||||
|
|
||||||
# produced vignettes
|
# produced vignettes
|
||||||
vignettes/*.html
|
vignettes/*.html
|
||||||
@ -28,7 +29,7 @@ vignettes/*.pdf
|
|||||||
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
|
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
|
||||||
.httr-oauth
|
.httr-oauth
|
||||||
|
|
||||||
# knitr and R markdown default cache directories
|
# Quarto, knitr and R markdown default cache directories
|
||||||
*_cache/
|
*_cache/
|
||||||
/cache/
|
/cache/
|
||||||
|
|
||||||
@ -47,3 +48,21 @@ po/*~
|
|||||||
|
|
||||||
# RStudio Connect folder
|
# RStudio Connect folder
|
||||||
rsconnect/
|
rsconnect/
|
||||||
|
|
||||||
|
# renv dependency management
|
||||||
|
renv/
|
||||||
|
.renvignore
|
||||||
|
!renv/activate.R
|
||||||
|
|
||||||
|
# Quarto
|
||||||
|
.quarto/
|
||||||
|
/_site/
|
||||||
|
/_book/
|
||||||
|
/_output/
|
||||||
|
*_files/
|
||||||
|
/_extensions/
|
||||||
|
/_*.local
|
||||||
|
|
||||||
|
# **Optional**
|
||||||
|
# Depends on if you need others to reproduce your computational environment (https://quarto.org/docs/projects/code-execution.html#using-freeze)
|
||||||
|
#/_freeze/
|
||||||
|
|||||||
@ -75,6 +75,11 @@ acs-*.bib
|
|||||||
# comment
|
# comment
|
||||||
*.cut
|
*.cut
|
||||||
|
|
||||||
|
# context
|
||||||
|
*.tuc
|
||||||
|
*.tui
|
||||||
|
*.tuo
|
||||||
|
|
||||||
# cprotect
|
# cprotect
|
||||||
*.cpt
|
*.cpt
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user