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:
Shahed Nasser
2022-08-02 17:16:18 +03:00
committed by GitHub
parent 5065b7bc5e
commit 36e2e7a4df
11 changed files with 22681 additions and 15834 deletions
+1
View File
@@ -11,6 +11,7 @@ node_modules
packages/**/.yarn/*
integration-tests/**/.yarn/*
www/**/.yarn/*
.DS_Store
lerna-debug.log
+7 -1
View File
@@ -1 +1,7 @@
build
build
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
Binary file not shown.
+6 -1
View File
@@ -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
Binary file not shown.
+1 -1
View File
@@ -8,4 +8,4 @@
"execa": "^5.1.1",
"gatsby-cli": "^3.11.0"
}
}
}
+6
View File
@@ -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
Binary file not shown.
+1 -1
View File
@@ -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",
+16631 -12000
View File
File diff suppressed because it is too large Load Diff
+6028 -3830
View File
File diff suppressed because it is too large Load Diff