mirror of
https://github.com/ent/ent.git
synced 2026-04-30 22:50:54 +03:00
* WIP - migrating entgo.io to docosaurus v2 * organizing pages a bit to be better suited for v2 site structure * doc/website: finish migration to docusaurus v2 Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
21 lines
233 B
Plaintext
21 lines
233 B
Plaintext
# dependencies
|
|
/node_modules
|
|
|
|
# production
|
|
/build
|
|
|
|
# generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|