-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (54 loc) · 1.14 KB
/
Copy path.gitignore
File metadata and controls
63 lines (54 loc) · 1.14 KB
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
57
58
59
60
61
62
63
# research compendium ignore policy: track code, documentation, and small
# aggregate outputs; never track raw or derived microdata, manuscript text,
# or operational shell scripts.
# os and editor junk
.DS_Store
Thumbs.db
# r session and ide artefacts
.Rhistory
.Rapp.history
.RData
.Ruserdata
.Rproj.user/
# quarto and knitr caches (curated rendered outputs stay tracked)
.quarto/
*_cache/
/_site/
# raw liss microdata and codebooks: never committed (centerdata licence)
data/*
!data/README.md
# statistical data containers anywhere in the tree
*.sav
*.zsav
*.dta
*.por
*.rds
*.rda
*.RData
*.RDS
# person-level derived artefacts (panel identifiers, subject-level subsets)
sample_ids*
*liss_subset*
# manuscript text and office/document formats stay out of the code repository
manuscript*
drafts/
*.docx
*.doc
*.tex
*.odt
*.pdf
# shell scripts and one-off operational files: general pattern per project
# policy; add an explicit negation with a written justification if a shell
# file ever needs tracking for academic reasons
*sh
# patches, backups, temporary and packaging files
*.patch
*.orig
*.rej
*.bak*
*.tmp
*~
*.zip
*.tar
*.tar.gz
vignettes/_site/