We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914a9a8 commit 4df5a93Copy full SHA for 4df5a93
1 file changed
src/version_control.qmd
@@ -23,8 +23,11 @@ it will be true.
23
24
## What to add to VC
25
26
-- If you have large datafiles that are needed for your work, you should host
27
- them separately (e.g. on Zenodo) and link to them in your repository
+- Large datafiles should be hosted separately (e.g. on Zenodo)
+- External dependencies should be declared
28
+ - e.g. link to Zenodo dataset in docs and code
29
+- Use .gitignore to automatically ignore any unwanted files
30
+ - e.g. build outputs
31
32
## What to do next?
33
0 commit comments