this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 23 lines 268 B view raw
1# OCaml build artifacts 2_build/ 3*.install 4*.merlin 5 6# Third-party sources (fetch locally with opam source) 7third_party/ 8 9# Editor and OS files 10.DS_Store 11*.swp 12*~ 13.vscode/ 14.idea/ 15 16# Opam local switch 17_opam/ 18 19# Environment and secrets 20.env 21.api-key 22.api-key-rw 23.api-url