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 1c24663 commit 374f9af
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,28 @@ esbuild.js
.github/**

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

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

# Ignore misc
.yarnrc
Expand Down

0 comments on commit 374f9af

Please sign in to comment.