[WIP] A simple wake-on-lan service
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 30 lines 363 B view raw
1/target 2/web/dist 3/.wol.toml 4/favicon.* 5!/favicon.ico 6 7# Logs 8/web/logs 9/web/*.log 10/web/npm-debug.log* 11/web/yarn-debug.log* 12/web/yarn-error.log* 13/web/pnpm-debug.log* 14/web/lerna-debug.log* 15 16/web/node_modules 17/web/dist 18/web/dist-ssr 19/web/*.local 20 21# Editor directories and files 22.vscode/* 23!.vscode/extensions.json 24.idea 25.DS_Store 26*.suo 27*.ntvs* 28*.njsproj 29*.sln 30*.sw?