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 374f9af commit 29a2c3c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,23 @@ esbuild.js
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/node_modules/**
menu/.gitignore
menu/.vscode/**

#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/node_modules/**
editor/.gitignore
editor/.vscode/**

# Ignore misc
.yarnrc
Expand Down

0 comments on commit 29a2c3c

Please sign in to comment.