All repositories

astro-git-view

License

A server-side generated source code explorer for git-repositories

2022-05-01 20:12 SSR- and SSG+SSR-modes; file- and line-diffs; docker for local testing SSG+SSR
Siver K. Volle 9b5fdf1
2022-05-01 20:12 SSR- and SSG+SSR-modes; file- and line-diffs; docker for local testing SSG+SSR Siver K. Volle 9b5fdf1
2022-04-18 19:51 initial steps to turn astro-lunr into its own repo Siver K. Volle a0ab44c
2022-04-16 00:25 Included readme and licenses; made the plugins into npm-modules; removed more dead-links and ui/ux-bugs Siver K. Volle 8024c0a
2022-04-12 19:25 Basic functionality, with some some dead links Siver K. Volle 1a4b2c5
astro-git-view / .gitignore
25 lines (19 sloc) | 249 B
1 # build output
2 dist/
3 dist-ssr/
4 data/
5 .output/
6 .vscode/
7
8 # dependencies
9 node_modules/
10
11 # logs
12 npm-debug.log*
13 yarn-debug.log*
14 yarn-error.log*
15 pnpm-debug.log*
16
17 # environment variables
18 *.local
19
20 # macOS-specific files
21 .DS_Store
22
23
24 # sub-repos
25 integrations