Skip to content

Commit 2d04a41

Browse files
committed
Remove dub.selections.json
For applications, it makes sense to have dub.selections.json to lock in what version to use. However, for a library like std_data_json, we can just use the version in dub.json.
1 parent 4230203 commit 2d04a41

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ docs.json
33
__dummy.html
44
*.[ao]
55
*.obj
6+
7+
# Since this is a library, ignore `dub.selections.json`
8+
dub.selections.json

dub.selections.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)