[READ-ONLY] Mirror of https://github.com/danielroe/vuejs-berlin. vuejs-berlin.vercel.app
0

Configure Feed

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

vuejs-berlin / .gitignore
230 B 22 lines
1.DS_Store 2node_modules 3/dist 4 5# local env files 6.env.local 7.env.*.local 8 9# Log files 10npm-debug.log* 11yarn-debug.log* 12yarn-error.log* 13pnpm-debug.log* 14 15# Editor directories and files 16.idea 17.vscode 18*.suo 19*.ntvs* 20*.njsproj 21*.sln 22*.sw?