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 077a354 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 077a354 astro-lunr / .gitignore 20 lines (15 sloc) | 207 B 1 # build output 2 dist/ 3 .output/ 4 .vscode/ 5 6 # dependencies 7 node_modules/ 8 9 # logs 10 npm-debug.log* 11 yarn-debug.log* 12 yarn-error.log* 13 pnpm-debug.log* 14 15 # environment variables 16 *.local 17 18 # macOS-specific files 19 .DS_Store 20