~bigbes/sr-ht-dolt

ref: 17fa0f16c9e02de640d6be5fce3a1a5237f0e462 sr-ht-dolt/.gitignore -rw-r--r-- 426 bytes
17fa0f16 — Eugene Blikh web: render through ecore's pages and its error page 10 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Built binaries
/doltsrht
/doltsrht-migrate
/dolt-git-hook

# Built CSS (generated by `make css`)
/static/main.css
/static/main.min.css
/static/main.min.*.css

# Git worktrees, kept inside the repo so they never scatter as sibling dirs.
# Both paths, because the two conventions in use across these repos are
# .worktrees/<branch> and the older .claude/worktrees/<branch>.
/.worktrees/
/.claude/worktrees/

# macOS
.DS_Store