-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (35 loc) · 717 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (35 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Planning and working notes. Mirrored privately by the-project-plans-level-1.
docs/local/
# Built documentation site (generated by pkgdown, see destination in
# pkg-r/_pkgdown.yml).
pkg-r/_site/
# Secrets and local config.
# Ignore by category and directory so no individual sensitive filename ever needs
# to be listed here. For a file whose name itself is sensitive, add it to
# .git/info/exclude (never committed) instead. See SECURITY.md and CONTRIBUTING.md.
.env
.env.*
!.env.example
*.local
*.key
*.pem
*.p12
*.pfx
credentials*
secrets/
.secrets/
# R
.Rproj.user/
.Rhistory
.RData
.Ruserdata
*.Rproj
.Renviron
*.Rcheck/
*.tar.gz
# OS and editor
.DS_Store
Thumbs.db
.vscode/
!.vscode/extensions.json
.idea/