chore: fix for deployment (#1970)
* fix for deployment * fixed gitignore files to match that of the root * add to gitignore in root
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,6 +11,7 @@ node_modules
|
||||
|
||||
packages/**/.yarn/*
|
||||
integration-tests/**/.yarn/*
|
||||
www/**/.yarn/*
|
||||
|
||||
.DS_Store
|
||||
lerna-debug.log
|
||||
|
||||
8
www/.gitignore
vendored
8
www/.gitignore
vendored
@@ -1 +1,7 @@
|
||||
build
|
||||
build
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
BIN
www/.yarn/install-state.gz
Normal file
BIN
www/.yarn/install-state.gz
Normal file
Binary file not shown.
7
www/docs/.gitignore
vendored
7
www/docs/.gitignore
vendored
@@ -18,4 +18,9 @@
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.yarn
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
BIN
www/docs/.yarn/install-state.gz
Normal file
BIN
www/docs/.yarn/install-state.gz
Normal file
Binary file not shown.
@@ -8,4 +8,4 @@
|
||||
"execa": "^5.1.1",
|
||||
"gatsby-cli": "^3.11.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
6
www/reference/.gitignore
vendored
6
www/reference/.gitignore
vendored
@@ -67,3 +67,9 @@ yarn-error.log
|
||||
.pnp.js
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
||||
BIN
www/reference/.yarn/install-state.gz
Normal file
BIN
www/reference/.yarn/install-state.gz
Normal file
Binary file not shown.
@@ -28,8 +28,8 @@
|
||||
"gatsby-plugin-env-variables": "^2.1.0",
|
||||
"gatsby-plugin-preact": "^5.9.0",
|
||||
"gatsby-plugin-react-helmet": "^3.3.12",
|
||||
"gatsby-plugin-sitemap": "^5.15.0",
|
||||
"gatsby-plugin-segment-js": "^3.7.1",
|
||||
"gatsby-plugin-sitemap": "^5.15.0",
|
||||
"gatsby-plugin-theme-ui": "^0.10.1",
|
||||
"gatsby-remark-autolink-headers": "^4.6.0",
|
||||
"gatsby-source-filesystem": "^3.9.0",
|
||||
|
||||
28631
www/reference/yarn.lock
28631
www/reference/yarn.lock
File diff suppressed because it is too large
Load Diff
9858
www/yarn.lock
9858
www/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user