mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-05 04:44:49 -05:00
* adds join us page * update custom page headers * moves the community and join us page to the docs folder * removes custom page container * update preset package - fixes link underline css styles override
29 lines
306 B
Plaintext
29 lines
306 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.yalc
|
|
yalc.lock
|
|
.idea
|
|
|
|
static/search-index.json
|
|
|
|
static/generated/*
|