Skip to content

Commit

Permalink
chore: cleanup .gitignore (#4019)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Jan 12, 2022
1 parent e6f5239 commit f8822f6
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,28 @@
node_modules
misc
coverage
/.netlify
.idea
.vscode
.github/styles

# node sdk
vendor

# osx
.DS_STORE
.vscode

# Local Netlify folder
.netlify

# site
test-site
site/dist
site-cra

site/src/**/*.md
!site/src/register-addon.md
!site/src/register-addon-thanks.md

# Local Netlify folder
.netlify

# tests
.eslintcache

tests/hugo-site/resources
tests/hugo-site/out

.github/styles

1 comment on commit f8822f6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 356 MB

Please sign in to comment.