7d719ff75d
* create initial docs site * change copy for title and header to say Astro Docs * create initial docs site * remove text merge changes * change workspaceRoot and remove yarn.lock from docs-www * add docs-www to workspace Co-authored-by: Kitto Khrangtong <kitto@queensboro.com>
18 lines
196 B
Text
18 lines
196 B
Text
# build output
|
|
dist
|
|
|
|
# dependencies
|
|
node_modules/
|
|
.snowpack/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|