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:
@@ -11,6 +11,7 @@ node_modules
|
|||||||
|
|
||||||
packages/**/.yarn/*
|
packages/**/.yarn/*
|
||||||
integration-tests/**/.yarn/*
|
integration-tests/**/.yarn/*
|
||||||
|
www/**/.yarn/*
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
lerna-debug.log
|
lerna-debug.log
|
||||||
|
|||||||
+7
-1
@@ -1 +1,7 @@
|
|||||||
build
|
build
|
||||||
|
.yarn/*
|
||||||
|
!.yarn/patches
|
||||||
|
!.yarn/plugins
|
||||||
|
!.yarn/releases
|
||||||
|
!.yarn/sdks
|
||||||
|
!.yarn/versions
|
||||||
Binary file not shown.
+6
-1
@@ -18,4 +18,9 @@
|
|||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
.yarn
|
.yarn/*
|
||||||
|
!.yarn/patches
|
||||||
|
!.yarn/plugins
|
||||||
|
!.yarn/releases
|
||||||
|
!.yarn/sdks
|
||||||
|
!.yarn/versions
|
||||||
Binary file not shown.
+1
-1
@@ -8,4 +8,4 @@
|
|||||||
"execa": "^5.1.1",
|
"execa": "^5.1.1",
|
||||||
"gatsby-cli": "^3.11.0"
|
"gatsby-cli": "^3.11.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,3 +67,9 @@ yarn-error.log
|
|||||||
.pnp.js
|
.pnp.js
|
||||||
# Yarn Integrity file
|
# Yarn Integrity file
|
||||||
.yarn-integrity
|
.yarn-integrity
|
||||||
|
.yarn/*
|
||||||
|
!.yarn/patches
|
||||||
|
!.yarn/plugins
|
||||||
|
!.yarn/releases
|
||||||
|
!.yarn/sdks
|
||||||
|
!.yarn/versions
|
||||||
|
|||||||
Binary file not shown.
@@ -28,8 +28,8 @@
|
|||||||
"gatsby-plugin-env-variables": "^2.1.0",
|
"gatsby-plugin-env-variables": "^2.1.0",
|
||||||
"gatsby-plugin-preact": "^5.9.0",
|
"gatsby-plugin-preact": "^5.9.0",
|
||||||
"gatsby-plugin-react-helmet": "^3.3.12",
|
"gatsby-plugin-react-helmet": "^3.3.12",
|
||||||
"gatsby-plugin-sitemap": "^5.15.0",
|
|
||||||
"gatsby-plugin-segment-js": "^3.7.1",
|
"gatsby-plugin-segment-js": "^3.7.1",
|
||||||
|
"gatsby-plugin-sitemap": "^5.15.0",
|
||||||
"gatsby-plugin-theme-ui": "^0.10.1",
|
"gatsby-plugin-theme-ui": "^0.10.1",
|
||||||
"gatsby-remark-autolink-headers": "^4.6.0",
|
"gatsby-remark-autolink-headers": "^4.6.0",
|
||||||
"gatsby-source-filesystem": "^3.9.0",
|
"gatsby-source-filesystem": "^3.9.0",
|
||||||
|
|||||||
+16631
-12000
File diff suppressed because it is too large
Load Diff
+6028
-3830
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user