a reactive (signals based) hypermedia web framework (wip) stormlightlabs.github.io/volt/
hypermedia frontend signals
0
fork

Configure Feed

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

at main 32 lines 309 B view raw
1# Development files 2*.log 3*.swp 4*.swo 5*~ 6 7# Test files 8test/ 9**/*.test.ts 10**/*.spec.ts 11coverage/ 12 13# Build config 14tsconfig*.json 15vite.config.ts 16vitest.config.ts 17postcss.config.js 18eslint.config.js 19 20# Development 21node_modules/ 22.DS_Store 23.vscode/ 24.idea/ 25 26# Demo 27demo/ 28index.html 29 30# Keep dist and src 31!dist/ 32!src/