-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (47 loc) · 706 Bytes
/
Copy path.gitignore
File metadata and controls
56 lines (47 loc) · 706 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# R specific
.Rproj.user
.Rhistory
.RData
.Ruserdata
*.Rproj
# Shiny token
rsconnect/
*_token.txt
# Authentication files
.httr-oauth
.env
*.key
*.pem
.DS_Store
# Large data files
*.csv
*.xlsx
*.xls
*.rds
*.rda
*.RData
# Logs and temp files
*.log
temp/
logs/
tmp/
# Private files you want to exclude
user_data/
private/
confidential/
api_keys.R
# OS specific
.DS_Store
Thumbs.db
# Specific files to exclude from repo (add your private files here)
global_secret.R
user_summary_secret.R
documentation_MetaMar_full.R
# Local development files (not for public repo)
ACTIVITY.md
test_meta.sh
analysis/
*.sh
# JOSS submission drafts (keep paper.md and paper.bib, exclude drafts)
paper_draft.md
*.draft.md