Fix build system for correct version metadata
This commit is contained in:
@@ -1,25 +1,63 @@
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
dist/
|
||||
node_modules/
|
||||
|
||||
# Ignore angular outputs.
|
||||
desktop/angular/node_modules
|
||||
desktop/angular/dist
|
||||
desktop/angular/dist-lib
|
||||
desktop/angular/dist-extension
|
||||
desktop/angular/.angular
|
||||
|
||||
# Assets are ignored here because the symlink wouldn't work in
|
||||
# the buildkit container so we copy the assets directly in Earthfile.
|
||||
desktop/angular/assets
|
||||
|
||||
|
||||
# Ignore tauri outputs.
|
||||
desktop/tauri/src-tauri/target
|
||||
.gitignore
|
||||
AUTHORS
|
||||
CODE_OF_CONDUCT.md
|
||||
LICENSE
|
||||
README.md
|
||||
TESTING.md
|
||||
TRADEMARKS
|
||||
|
||||
#######################
|
||||
# Copy from .gitignore:
|
||||
|
||||
# Compiled binaries
|
||||
*.exe
|
||||
dist/
|
||||
|
||||
# Dist dir
|
||||
dist
|
||||
|
||||
# Custom dev deops
|
||||
go.mod.*
|
||||
|
||||
# vendor dir
|
||||
vendor
|
||||
|
||||
# testing
|
||||
testing
|
||||
|
||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
[568vq].out
|
||||
|
||||
*.cgo1.go
|
||||
*.cgo2.c
|
||||
_cgo_defun.c
|
||||
_cgo_gotypes.go
|
||||
_cgo_export.*
|
||||
|
||||
_testmain.go
|
||||
|
||||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# OS specifics
|
||||
.DS_Store
|
||||
|
||||
# Custom dev scripts
|
||||
win_dev_*
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
Reference in New Issue
Block a user