eny.space Landingpage
1
fork

Configure Feed

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

chore(gitignore): add basic next js ignores

Sam Sauer c3e65cd5 fa9a9792

+22
+22
.gitignore
··· 1 + # dependencies 2 + /node_modules 3 + /.pnp 4 + .pnp.js 5 + 6 + # testing 7 + /coverage 8 + 9 + # production 10 + /.next 11 + /out 12 + 13 + # misc 14 + .DS_Store 15 + .env.local 16 + .env.development.local 17 + .env.test.local 18 + .env.production.local 19 + 20 + npm-debug.log* 21 + yarn-debug.log* 22 + yarn-error.log*