Content Migration from websites repo

This commit is contained in:
Neshura 2022-12-03 21:02:13 +01:00
parent c1d93528d7
commit ba88a7adc5
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A
22 changed files with 8767 additions and 1 deletions

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
# do not track installed modules
/node_modules
# do not track built files
/.next
*.tsbuildinfo
next-env.d.ts
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# production
/build
/data
/confs