2023-04-14 23:29:32 +09: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
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env*.local
|
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
|
|
|
next-env.d.ts
|
2023-04-27 12:35:38 +02:00
|
|
|
|
2023-04-27 12:36:12 +02:00
|
|
|
.idea
|
2023-09-18 13:11:43 +03:30
|
|
|
|
|
|
|
public/rss.xml
|
|
|
|
public/atom*.xml
|
2024-01-19 14:53:41 +01:00
|
|
|
public/images/placeholders/*
|
2024-01-22 17:56:26 +03:30
|
|
|
!public/images/placeholders/.gitkeep
|
2024-01-25 13:06:06 +00:00
|
|
|
|
|
|
|
public/rss/*.xml
|