[READ-ONLY] Mirror of https://github.com/probablykasper/sveltekit-template.
svelte sveltekit template typescript
0

Configure Feed

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

Update .gitignore

authored by

Kasper and committed by
GitHub
(Dec 19, 2023, 8:43 AM +0100) 4930c0c2 52a82fc2

+4 -1
+4 -1
.gitignore
··· 1 1 .DS_Store 2 2 node_modules 3 3 /build 4 + /dist 4 5 /.svelte-kit 5 - /package 6 6 .env 7 7 .env.* 8 + !.env.example 9 + vite.config.js.timestamp-* 10 + vite.config.ts.timestamp-*