maintainerweek/.gitignore

37 строки
429 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

2022-03-14 17:03:26 +03:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
2023-05-02 05:17:29 +03:00
/public/images/og/event-*
2022-03-14 17:03:26 +03:00
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel