ocaml/dune
Dune init proj should create a .gitignore containing _build
Open
#9,567 opened on Dec 24, 2023
dune initgood first issue
Repository metrics
- Stars
- (1,882 stars)
- PR merge metrics
- (Avg merge 1d 20h) (345 merged PRs in 30d)
Description
Desired Behavior
dune init proj should create a .gitignore file as part of the new project. The .gitignore file should contain _build.
Related: #207