Skip to content

Commit

Permalink
Fix failing packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
farisd16 committed Nov 18, 2024
1 parent 29a2c3c commit b80aaa4
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,19 @@
dist/test/**

src/**
out/**
node_modules/**
.gitignore
webpack.config.js
esbuild.js
.github/**

#Ignore all menu files except build directory
menu/src/**
menu/public/**
menu/.parcel-cache/**
menu/node_modules/**
menu/tailwind.config.js
menu/README.md
menu/package.json
menu/package-lock.json
menu/.gitignore
menu/**
!menu/dist

#Ignore all editor files except build directory
editor/src/**
editor/public/**
editor/.parcel-cache/**
editor/node_modules/**
editor/tailwind.config.js
editor/README.md
editor/package.json
editor/package-lock.json
editor/.gitignore
editor/**
!editor/dist

# Ignore misc
.yarnrc
Expand Down

0 comments on commit b80aaa4

Please sign in to comment.