build(make): improve install command (#1945)

* chore(makefile): remove web/dist/* on make clean

* chore(makefile): use install command

* chore(makefile): add .gitkeep to public folder

* chore(web): remove duplicated web/.gitignore
This commit is contained in:
Fabricio Silva 2025-01-25 14:13:34 +00:00 committed by GitHub
parent aef62a93a6
commit 0d5902c8f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 46 deletions

40
web/.gitignore vendored
View file

@ -1,40 +0,0 @@
# Logs and databases #
######################
*.log
*.sql
*.sqlite
*.db
*.db-shm
*.db-wal
*.db*
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Other
.idea
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
node_modules/
web/build
bin/
log/
dist/*
!dist/.gitkeep
# If needed, package-lock.json shall be added
# manually using an explicit git add command.
package-lock.json
# Ditto for yarn, except we're using npm.
yarn.lock

0
web/public/.gitkeep Normal file
View file