mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-24 20:03:46 +00:00
add gitkeep build folder
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
f373ac1da5
commit
6ea5fee3c6
4 changed files with 3 additions and 2 deletions
|
@ -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
3
frontend/.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
/build
|
||||
build/*
|
||||
!build/.gitkeep
|
||||
/.svelte-kit
|
||||
/package
|
||||
.env
|
||||
|
|
0
frontend/build/.gitkeep
Normal file
0
frontend/build/.gitkeep
Normal file
0
frontend/static/.gitkeep
Normal file
0
frontend/static/.gitkeep
Normal file
Loading…
Reference in a new issue