Skip to content

Commit

Permalink
chore: Remove www, blog and other unused files (#27911)
Browse files Browse the repository at this point in the history
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
  • Loading branch information
LekoArts and gatsbybot authored Nov 10, 2020
1 parent f49fe0b commit 9a0546b
Show file tree
Hide file tree
Showing 1,423 changed files with 0 additions and 95,127 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ packages/*/scripts/**
**/dist/*
**/__testfixtures__/**
**/__tests__/fixtures/**
www
peril
docs
plop-templates
Expand Down
9 changes: 0 additions & 9 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,6 @@ module.exports = {
Cypress: false,
},
},
{
files: ["www/**/*"],
rules: {
// We need to import React to use the Fragment shorthand (`<>`).
// When we use theme-ui's JSX pragma, it lists React as an unused var
// even though it's still needed.
"no-unused-vars": ["error", { varsIgnorePattern: "React" }],
},
},
{
files: ["*.ts", "*.tsx"],
parser: "@typescript-eslint/parser",
Expand Down
36 changes: 0 additions & 36 deletions .forestry/front_matter/templates/blog.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .forestry/front_matter/templates/docs.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .forestry/settings.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .forestry/snippets/pullquote.snippet

This file was deleted.

3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
* text=auto eol=lf

/docs/sites.yml merge=union
/docs/starters.yml merge=union

# These files are binary and should be left untouched
*.png binary
*.jpg binary
Expand Down
4 changes: 0 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ benchmarks/**/public
e2e-tests/**/public
examples/**/public
integration-tests/**/public
www

# cache-dirs
**/.cache
Expand All @@ -31,6 +30,3 @@ packages/gatsby/gatsby-admin-public/styles.*

# coverage
coverage

# forestry files
.forestry/**/*
6 changes: 0 additions & 6 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ dictionary.txt @gatsbyjs/documentation
# Benchmarks
/benchmarks/ @duffn @pvdz @smthomas

# All blog posts must be reviewed by the content team.
/docs/blog/ @gatsbyjs/content

# The website auto-deploys, so we need an extra check to avoid shenanigans.
/www/ @gatsbyjs/website

# Themes

/packages/gatsby-plugin-mdx/ @gatsbyjs/themes-core
Expand Down
Binary file removed docs/blog/100days/100daysofgatsby.png
Binary file not shown.
35 changes: 0 additions & 35 deletions docs/blog/100days/accessibility/index.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs/blog/100days/apps/index.md

This file was deleted.

39 changes: 0 additions & 39 deletions docs/blog/100days/cms/index.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs/blog/100days/comments/index.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/blog/100days/create-themes/index.md

This file was deleted.

Loading

0 comments on commit 9a0546b

Please sign in to comment.