Content Migration from websites repo
This commit is contained in:
parent
c1d93528d7
commit
ba88a7adc5
22 changed files with 8767 additions and 1 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue