add gitkeep build folder

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-03-08 15:00:54 +01:00
parent f373ac1da5
commit 6ea5fee3c6
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
4 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@ local testing(version, arch) = {
name: 'lint-frontend',
image: 'guergeiro/pnpm',
commands: [
'pnpm i',
'pnpm i -F frontend',
'make lint-frontend',
],
},

3
frontend/.gitignore vendored
View File

@ -1,6 +1,7 @@
.DS_Store
node_modules
/build
build/*
!build/.gitkeep
/.svelte-kit
/package
.env

0
frontend/build/.gitkeep Normal file
View File

0
frontend/static/.gitkeep Normal file
View File